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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTMerger.cpp 92 /// - It enables lazy lookup (via the HasExternalLexicalStorage flag and a few
309 assert(Tag->hasExternalLexicalStorage());
313 if (SourceTag->hasExternalLexicalStorage())
326 assert(Interface->hasExternalLexicalStorage());
332 if (SourceInterface->hasExternalLexicalStorage())
345 assert(Interface->hasExternalLexicalStorage() ||
DeclBase.cpp 1339 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1402 if (hasExternalLexicalStorage())
1408 if (hasExternalLexicalStorage())
1420 if (hasExternalLexicalStorage())
1577 if (DC->hasExternalLexicalStorage()) {
1730 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
ASTStructuralEquivalence.cpp 1426 if (D1->hasExternalLexicalStorage() || D2->hasExternalLexicalStorage())
1436 if (D1CXX->hasExternalLexicalStorage() &&
TextNodeDumper.cpp 291 if (DC && DC->hasExternalLexicalStorage()) {
Decl.cpp 4572 if (hasExternalLexicalStorage() && !hasLoadedFieldsFromExternalStorage())
4594 assert(hasExternalLexicalStorage() && Source && "No external storage?");
RecordLayoutBuilder.cpp 3225 if (D->hasExternalLexicalStorage() && !D->getDefinition())
3421 if (D->hasExternalLexicalStorage() && !D->getDefinition())
ASTImporter.cpp 2797 if (D->hasExternalLexicalStorage() && !D->isCompleteDefinition())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 2424 bool hasExternalLexicalStorage() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 8611 if (Tag && Tag->hasExternalLexicalStorage())
8613 if (IFace && IFace->hasExternalLexicalStorage())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2982 if (DC->hasExternalLexicalStorage() && !Ctx->getLangOpts().CPlusPlus)

Completed in 87 milliseconds