Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp335 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
336 return superTInfo->getTypeLoc().getLocStart(); in getSuperClassLoc()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp360 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
361 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1449 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1450 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2723 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2725 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
2817 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2819 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
DRewriteModernObjC.cpp3303 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3305 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3397 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3399 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2734 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2736 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
2830 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2832 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
DRewriteModernObjC.cpp3304 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3306 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3400 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3402 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h1540 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1541 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));