Home
last modified time | relevance | path

Searched refs:getObjCEncodingForPropertyType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1862 void getObjCEncodingForPropertyType(QualType T, std::string &S) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7120 getObjCEncodingForPropertyType(PD->getType(), S); in getObjCEncodingForPropertyDecl()
7198 void ASTContext::getObjCEncodingForPropertyType(QualType T, in getObjCEncodingForPropertyType() function in ASTContext