Searched defs:getObjCEncodingForType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp4403 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getResultType(), S);
4438 getObjCEncodingForType(PType, S);
4449 getObjCEncodingForType(Decl->getResultType(), S);
4479 getObjCEncodingForType(PType, S);
4689 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, function in class:ASTContext

Completed in 35 milliseconds