OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalNestedNameSpecifier
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
NestedNameSpecifier.cpp
109
if (!Context.
GlobalNestedNameSpecifier
)
110
Context.
GlobalNestedNameSpecifier
= new (Context, 4) NestedNameSpecifier();
111
return Context.
GlobalNestedNameSpecifier
;
ASTContext.cpp
223
GlobalNestedNameSpecifier
(0), IsInt128Installed(false),
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
137
mutable NestedNameSpecifier *
GlobalNestedNameSpecifier
;
[
all
...]
Completed in 35 milliseconds