Home
last modified time | relevance | path

Searched defs:NNSLoc (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp897 SourceRange getLocalSourceRange(const NestedNameSpecifierLoc &NNSLoc) { in getLocalSourceRange()
946 buildNameSpecifier(const NestedNameSpecifierLoc &NNSLoc) { in buildNameSpecifier()
1671 void syntax::TreeBuilder::markChild(NestedNameSpecifierLoc NNSLoc, NodeRole R) { in markChild()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1871 TEST(NNSLoc, DescendantsOfNestedNameSpecifierLocs) { in TEST() argument
1898 TEST(NNSLoc, NestedNameSpecifierLocsAsDescendants) { in TEST() argument
/external/clang/unittests/Tooling/
DRefactoringTest.cpp419 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLoc) { in TraverseNestedNameSpecifierLoc()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp122 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch() local
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp3951 TEST(NNSLoc, DescendantsOfNestedNameSpecifierLocs) { in TEST() argument
3978 TEST(NNSLoc, NestedNameSpecifierLocsAsDescendants) { in TEST() argument
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp124 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch() local
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp751 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSLoc) { in TraverseNestedNameSpecifierLoc()
/external/clang/lib/Sema/
DSemaType.cpp5024 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc() local
DSemaTemplate.cpp1612 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp6048 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc() local
DSemaTemplate.cpp2981 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data()); in getRangeOfTypeInNestedNameSpecifier() local
DSemaOverload.cpp13210 NestedNameSpecifierLoc NNSLoc, in CreateUnresolvedLookupExpr()