Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp370 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
371 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2727 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 DRewriteModernObjC.cpp3298 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 DRecursiveASTVisitor.h1736 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1737 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));