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

  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 136 bool AllowNestedNameSpecifiers;
177 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false),
252 void allowNestedNameSpecifiers(bool Allow = true) {
253 AllowNestedNameSpecifiers = Allow;
555 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
    [all...]

Completed in 72 milliseconds