HomeSort by: relevance | last modified time | path
    Searched refs:AllowNestedNameSpecifiers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 166 bool AllowNestedNameSpecifiers;
213 Filter(Filter), AllowNestedNameSpecifiers(false),
284 void allowNestedNameSpecifiers(bool Allow = true) {
285 AllowNestedNameSpecifiers = Allow;
796 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
4268 bool AllowNestedNameSpecifiers) {
4273 AllowNestedNameSpecifiers
4297 if (AllowNestedNameSpecifiers) {
4298 Results.allowNestedNameSpecifiers();
4313 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 3131 bool AllowNestedNameSpecifiers
3138 AllowNestedNameSpecifiers);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12257 bool AllowNestedNameSpecifiers);

Completed in 73 milliseconds