Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp114 if (!Context.GlobalNestedNameSpecifier) in GlobalSpecifier()
115 Context.GlobalNestedNameSpecifier = in GlobalSpecifier()
118 return Context.GlobalNestedNameSpecifier; in GlobalSpecifier()
DASTContext.cpp735 GlobalNestedNameSpecifier(nullptr), Int128Decl(nullptr), in ASTContext()
/external/clang/include/clang/AST/
DASTContext.h151 mutable NestedNameSpecifier *GlobalNestedNameSpecifier; variable