Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1401 void getObjCEncodingForPropertyType(QualType T, std::string &S) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5104 getObjCEncodingForPropertyType(PD->getType(), S); in getObjCEncodingForPropertyDecl()
5179 void ASTContext::getObjCEncodingForPropertyType(QualType T, in getObjCEncodingForPropertyType() function in ASTContext