Home
last modified time | relevance | path

Searched defs:NNSL (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.cpp151 std::string getKind(const NestedNameSpecifierLoc &NNSL) { in getKind() argument
278 getDetail(const NestedNameSpecifierLoc & NNSL) getDetail() argument
364 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) TraverseNestedNameSpecifierLoc() argument
423 else if (const auto *NNSL = N.get<NestedNameSpecifierLoc>()) dumpAST() local
[all...]
H A DFindTarget.cpp560 Finder.add(NNSL->getNestedNameSpecifier(), Flags); in allTargetDecls() local
1099 if (auto *NNSL = N.get<NestedNameSpecifierLoc>()) { explicitReference() local
/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp196 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print() local
240 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp246 std::string getNNSLAsString(NestedNameSpecifierLoc &NNSL, in getNNSLAsString()
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp234 Matcher<NestedNameSpecifierLoc> NNSL = in TEST_F() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp912 } else if (const auto *NNSL = State.getNode<NestedNameSpecifierLoc>()) { dumpNodeFromState() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11038 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); VisitOMPReductionClause() local
11085 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); VisitOMPTaskReductionClause() local
11118 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); VisitOMPInReductionClause() local
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5474 TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) TraverseNestedNameSpecifierLoc() argument
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5550 setMapperQualifierLoc(NestedNameSpecifierLoc NNSL) setMapperQualifierLoc() argument