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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1796 DeclContextBitfields DeclContextBits;
1854 return static_cast<Decl::Kind>(DeclContextBits.DeclKind);
2412 DeclContextBits.HasLazyExternalLexicalLookups = true;
2425 return DeclContextBits.ExternalLexicalStorage;
2431 DeclContextBits.ExternalLexicalStorage = ES;
2437 return DeclContextBits.ExternalVisibleStorage;
2443 DeclContextBits.ExternalVisibleStorage = ES;
2445 DeclContextBits.NeedToReconcileExternalVisibleStorage = true;
2456 bool old_value = DeclContextBits.UseQualifiedLookup;
2457 DeclContextBits.UseQualifiedLookup = use
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1054 DeclContextBits.DeclKind = K;

Completed in 18 milliseconds