Searched refs:superTInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 370 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local 371 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2727 TypeSourceInfo *superTInfo in SynthMessageExpr() local 2729 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr() 2819 TypeSourceInfo *superTInfo in SynthMessageExpr() local 2822 SourceLocation(), superTInfo, superType, VK_PRValue, ILE, false); in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 3298 TypeSourceInfo *superTInfo in SynthMessageExpr() local 3300 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr() 3390 TypeSourceInfo *superTInfo in SynthMessageExpr() local 3393 SourceLocation(), superTInfo, superType, VK_PRValue, ILE, false); in SynthMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1736 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) { 1737 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));
|