Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp373 if (TypeSourceInfo *superTInfo = getSuperClassTInfo()) in getSuperClassLoc() local
374 return superTInfo->getTypeLoc().getBeginLoc(); in getSuperClassLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1706 if (TypeSourceInfo *superTInfo = D->getSuperClassTInfo()) {
1707 TRY_TO(TraverseTypeLoc(superTInfo->getTypeLoc()));
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3299 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3301 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo, in SynthMessageExpr()
3391 TypeSourceInfo *superTInfo in SynthMessageExpr() local
3394 SourceLocation(), superTInfo, superType, VK_PRValue, ILE, false); in SynthMessageExpr()