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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1568 !hasLazyExternalLexicalLookups())
1574 if (hasLazyExternalLexicalLookups()) {
1652 hasLazyExternalLexicalLookups())
1678 hasLazyExternalLexicalLookups())
1739 !hasLazyExternalLexicalLookups()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1356 /// hasLazyLocalLexicalLookups, hasLazyExternalLexicalLookups
1392 mutable uint64_t HasLazyExternalLexicalLookups : 1;
2412 DeclContextBits.HasLazyExternalLexicalLookups = true;
2504 bool hasLazyExternalLexicalLookups() const {
2505 return DeclContextBits.HasLazyExternalLexicalLookups;
2511 DeclContextBits.HasLazyExternalLexicalLookups = HasLELL;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 3655 !ConstDC->hasLazyExternalLexicalLookups() &&

Completed in 30 milliseconds