Home
last modified time | relevance | path

Searched refs:getObjCEncodingForFunctionDecl (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/tools/libclang/
H A DCXType.cpp909 Ctx.getObjCEncodingForFunctionDecl(FD, encoding); in clang_getDeclObjCTypeEncoding()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h1572 bool getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, std::string& S);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h2028 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h2012 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h2012 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h2004 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5226 bool ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, in getObjCEncodingForFunctionDecl() function in ASTContext