Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTTypeTraits.cpp114 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in print() local
142 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange() local
/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp150 std::string getKind(const NestedNameSpecifierLoc &NNSL) { in getKind()
272 std::string getDetail(const NestedNameSpecifierLoc &NNSL) { in getDetail()
354 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) { in TraverseNestedNameSpecifierLoc()
409 else if (const auto *NNSL = N.get<NestedNameSpecifierLoc>()) in dumpAST() local
DFindTarget.cpp695 else if (const NestedNameSpecifierLoc *NNSL = N.get<NestedNameSpecifierLoc>()) in allTargetDecls() local
1122 if (auto *NNSL = N.get<NestedNameSpecifierLoc>()) { in explicitReference() local
/external/llvm-project/clang/lib/AST/
DASTTypeTraits.cpp139 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) { in print() local
173 if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>()) in getSourceRange() local
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAddUsing.cpp225 std::string getNNSLAsString(NestedNameSpecifierLoc &NNSL, in getNNSLAsString()
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp215 Matcher<NestedNameSpecifierLoc> NNSL = in TEST_F() local
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp214 Matcher<NestedNameSpecifierLoc> NNSL = in TEST_F() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2114 NestedNameSpecifierLoc NNSL = in VisitOMPReductionClause() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12332 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPReductionClause() local
12379 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPTaskReductionClause() local
12412 NestedNameSpecifierLoc NNSL = Record.readNestedNameSpecifierLoc(); in VisitOMPInReductionClause() local
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp5003 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNSL) { in TraverseNestedNameSpecifierLoc()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5060 void setMapperQualifierLoc(NestedNameSpecifierLoc NNSL) { in setMapperQualifierLoc()