HomeSort by relevance Sort by last modified time
    Searched refs:AllowNestedNameSpecifiers (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 135 bool AllowNestedNameSpecifiers;
176 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false),
248 void allowNestedNameSpecifiers(bool Allow = true) {
249 AllowNestedNameSpecifiers = Allow;
534 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 118 milliseconds