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

/external/clang/include/clang/Lex/
H A DMacroInfo.h286 bool isFromASTFile() const { return FromASTFile; }
296 if (isFromASTFile())
306 assert(isFromASTFile());
/external/clang/include/clang/AST/
H A DDeclContextInternals.h129 if (Singleton->isFromASTFile())
134 std::mem_fun(&Decl::isFromASTFile)),
H A DRedeclarable.h259 if (!D->isFromASTFile())
268 if (!D->isFromASTFile())
H A DDeclBase.h559 assert(isFromASTFile() && "Only works on a deserialized declaration");
613 bool isFromASTFile() const { return FromASTFile; } function in class:clang::Decl
618 if (isFromASTFile())
626 if (isFromASTFile())
637 if (!isFromASTFile())
/external/clang/lib/Serialization/
H A DASTWriter.cpp2873 if (!M->Method->isFromASTFile())
2878 if (!M->Method->isFromASTFile())
3249 if (!D->isFromASTFile())
3701 if (!Prev->isFromASTFile()) {
3707 if (!First->isFromASTFile() && Chain) {
3710 if (Prev->isFromASTFile())
3819 DeclID CanonID = I->first->isFromASTFile()? I->first->getGlobalID()
4117 if (!TD->second->isFromASTFile())
4201 if (!I->isFromASTFile())
4236 if (!Number.first->isFromASTFile())
[all...]
H A DASTWriterDecl.cpp189 if (!NS->isFromASTFile())
901 D->getOriginalNamespace()->isFromASTFile()) {
925 if (Parent->isFromASTFile() || isa<TranslationUnitDecl>(Parent)) {
1845 if (D->isFromASTFile())
H A DASTReaderDecl.cpp2080 if (ExistingCanon->isFromASTFile()) {
2100 if (!ExistingCanon->isFromASTFile() &&
H A DASTReader.cpp6056 if (!D->isFromASTFile())
/external/clang/lib/AST/
H A DDeclBase.cpp73 assert(isFromASTFile() && "Not from AST file?");
1182 if (!D->isFromASTFile()) {
1276 (!ND->isFromASTFile() ||
H A DASTContext.cpp1251 assert(!Import->isFromASTFile() && "Non-local import declaration");
/external/clang/lib/Frontend/
H A DASTUnit.cpp2595 if (D->isFromASTFile())
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3330 if (PatternDecl->isFromASTFile())

Completed in 278 milliseconds