Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1113 encoding = Ctx.getObjCEncodingForFunctionDecl(FD); in clang_getDeclObjCTypeEncoding()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1876 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6945 ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const { in getObjCEncodingForFunctionDecl() function in ASTContext