Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp48 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos); in FindOrInsert()
52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h273 mutable llvm::FoldingSet<NestedNameSpecifier> NestedNameSpecifiers; variable