Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp35 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos); in FindOrInsert()
39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/external/clang/include/clang/AST/
DASTContext.h150 mutable llvm::FoldingSet<NestedNameSpecifier> NestedNameSpecifiers; variable
/external/clang/unittests/Format/
DFormatTest.cpp134 TEST_F(FormatTest, NestedNameSpecifiers) { in TEST_F() argument