Searched refs:hasExternalLexicalStorage (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp1111 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1207 if (hasExternalLexicalStorage())
1213 if (hasExternalLexicalStorage())
1357 if (DC->hasExternalLexicalStorage())
1503 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
H A DRecordLayoutBuilder.cpp2929 if (D->hasExternalLexicalStorage() && !D->getDefinition())
3085 if (D->hasExternalLexicalStorage() && !D->getDefinition())
H A DDecl.cpp3767 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage)
3789 assert(hasExternalLexicalStorage() && Source && "No external storage?");
H A DASTImporter.cpp2796 if (FoundRecord->hasExternalLexicalStorage() &&
2799 if (D->hasExternalLexicalStorage())
/external/clang/include/clang/AST/
H A DDeclBase.h1756 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } function in class:clang::DeclContext
/external/clang/lib/Serialization/
H A DASTReader.cpp2475 if (DC->hasExternalLexicalStorage() &&

Completed in 312 milliseconds