Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/unittests/Tooling/
H A DBUILD.gn64 "RecursiveASTVisitorTests/NestedNameSpecifiers.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp48 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos); in FindOrInsert()
52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h257 mutable llvm::FoldingSet<NestedNameSpecifier> NestedNameSpecifiers; variable