Searched refs:isFromASTFile (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclContextInternals.h129 if (Singleton->isFromASTFile())
134 std::mem_fun(&Decl::isFromASTFile)),
H A DRedeclarable.h265 if (!D->isFromASTFile())
274 if (!D->isFromASTFile())
H A DDeclBase.h590 assert(isFromASTFile() && "Only works on a deserialized declaration");
644 bool isFromASTFile() const { return FromASTFile; } function
649 if (isFromASTFile())
657 if (isFromASTFile())
672 if (!isFromASTFile())
681 if (isFromASTFile() || !Hidden)
686 assert(!isFromASTFile() && Hidden && hasLocalOwningModuleStorage() &&
H A DDecl.h309 assert((!Hide || isFromASTFile() || hasLocalOwningModuleStorage()) &&
/external/clang/include/clang/Lex/
H A DMacroInfo.h269 bool isFromASTFile() const { return FromASTFile; }
279 if (isFromASTFile())
291 assert(isFromASTFile());
/external/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp184 if (!I->isFromASTFile()) {
199 if (D->isFromASTFile())
H A DCGDebugInfo.cpp1607 if (DebugTypeExtRefs && RD->isFromASTFile())
1641 if (!RD || !RD->isFromASTFile())
1650 return CXXDecl->field_begin()->isFromASTFile();
1802 if (DebugTypeExtRefs && ID->isFromASTFile() && ID->getDefinition() &&
2195 DebugTypeExtRefs && ED->isFromASTFile() && ED->getDefinition();
2362 if (DebugTypeExtRefs && D->isFromASTFile()) {
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp271 if (Existing->isFromASTFile() && New->isFromASTFile())
H A DSemaLookup.cpp1338 assert(!Entity->isFromASTFile() &&
1536 if ((!D->isFromASTFile() || !D->isModulePrivate()) &&
H A DSemaTemplateInstantiateDecl.cpp3553 if (PatternDecl->isFromASTFile())
/external/clang/lib/Serialization/
H A DASTWriter.cpp3009 if (!M->getMethod()->isFromASTFile())
3014 if (!M->getMethod()->isFromASTFile())
3104 if (!LangOpts.Modules || !D->isFromASTFile())
3111 if (!Redecl->isFromASTFile()) {
3128 if (!First->isFromASTFile())
3522 if (!getDeclForLocalLookup(getLangOpts(), D)->isFromASTFile())
3716 Chain->getKeyDeclaration(cast<Decl>(DC))->isFromASTFile()) {
3720 if (!Prev->isFromASTFile())
3754 if (!ND->isFromASTFile())
4317 if (!D->isFromASTFile()) {
[all...]
H A DASTWriterDecl.cpp168 if (R->isFromASTFile())
242 if (!Template->isFromASTFile())
311 if (!NS->isFromASTFile())
1093 if (Parent->isFromASTFile() || isa<TranslationUnitDecl>(Parent)) {
1612 if (!Prev->isFromASTFile())
2136 assert(!D->isFromASTFile() && "should not be emitting imported decl");
H A DASTReaderDecl.cpp697 if (!D->isFromASTFile() && D->isCompleteDefinition()) {
2866 if (Found->isFromASTFile())
2890 if (!cast<Decl>(DC)->isFromASTFile()) {
H A DASTReader.cpp6350 if (!D->isFromASTFile())
/external/clang/lib/AST/
H A DDeclBase.cpp95 assert(isFromASTFile() && "Not from AST file?");
1290 if (!D->isFromASTFile()) {
1390 (!ND->isFromASTFile() ||
H A DDecl.cpp1519 if (OldD->isFromASTFile() && isFromASTFile())
H A DASTContext.cpp1323 assert(!Import->isFromASTFile() && "Non-local import declaration");
/external/clang/include/clang/Serialization/
H A DASTReader.h1083 if (D->isFromASTFile())
1099 if (D->isFromASTFile())
H A DASTWriter.h572 if (D->isFromASTFile())
/external/clang/lib/Frontend/
H A DASTUnit.cpp2582 if (D->isFromASTFile())

Completed in 416 milliseconds