Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/ASTMatchers/
DASTMatchFinder.cpp121 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch() local
123 traverse(*NNSLoc); in findMatch()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp3700 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc() local
3707 switch (NNSLoc.getNestedNameSpecifier()->getKind()) { in VisitMemberPointerTypeLoc()
3713 DNTLoc.setQualifierLoc(NNSLoc.getPrefix()); in VisitMemberPointerTypeLoc()
3714 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
3723 ETLoc.setQualifierLoc(NNSLoc.getPrefix()); in VisitMemberPointerTypeLoc()
3725 NamedTL.initializeFullCopy(NNSLoc.getTypeLoc()); in VisitMemberPointerTypeLoc()
3727 ClsTL.initializeFullCopy(NNSLoc.getTypeLoc()); in VisitMemberPointerTypeLoc()
DSemaTemplate.cpp1553 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier() local
1554 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) { in getRangeOfTypeInNestedNameSpecifier()
1557 return NNSLoc.getTypeLoc().getSourceRange(); in getRangeOfTypeInNestedNameSpecifier()
1561 NNSLoc = NNSLoc.getPrefix(); in getRangeOfTypeInNestedNameSpecifier()