Home
last modified time | relevance | path

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

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