Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1127 encoding = Ctx.getObjCEncodingForFunctionDecl(FD); in clang_getDeclObjCTypeEncoding()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2006 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7592 ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const { in getObjCEncodingForFunctionDecl() function in ASTContext