Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1137 encoding = Ctx.getObjCEncodingForFunctionDecl(FD); in clang_getDeclObjCTypeEncoding()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1981 std::string getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7697 ASTContext::getObjCEncodingForFunctionDecl(const FunctionDecl *Decl) const { in getObjCEncodingForFunctionDecl() function in ASTContext