Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp358 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
359 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2728 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2730 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
2823 TypeSourceInfo *superTInfo in SynthMessageExpr() local
2825 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
HDRewriteModernObjC.cpp3297 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3299 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3392 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3394 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDRecursiveASTVisitor.h1566 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1567 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));