HomeSort by relevance Sort by last modified time
    Searched full: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 225 GlobalNestedNameSpecifier(0),
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 138 mutable NestedNameSpecifier *GlobalNestedNameSpecifier;
    [all...]

Completed in 60 milliseconds