Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp909 Ctx.getObjCEncodingForFunctionDecl(FD, encoding); in clang_getDeclObjCTypeEncoding()
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1113 encoding = Ctx.getObjCEncodingForFunctionDecl(FD); in clang_getDeclObjCTypeEncoding()
/external/clang/include/clang/AST/
DASTContext.h1572 bool getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, std::string& S);
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1833 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/external/clang/lib/AST/
DASTContext.cpp5226 bool ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, in getObjCEncodingForFunctionDecl() function in ASTContext
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6876 ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const { in getObjCEncodingForFunctionDecl() function in ASTContext