Home
last modified time | relevance | path

Searched refs:superTInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp310 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
311 return superTInfo->getTypeLoc().getLocStart(); in getSuperClassLoc()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1372 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1373 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2730 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2732 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
2824 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2826 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
DRewriteModernObjC.cpp3336 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3338 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3430 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3432 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()