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

/external/clang/include/clang/AST/
H A DDeclBase.h576 assert(isFromASTFile() && "Only works on a deserialized declaration");
630 bool isFromASTFile() const { return FromASTFile; } function in class:clang::Decl
635 if (isFromASTFile())
643 if (isFromASTFile())
658 if (!isFromASTFile())
667 if (isFromASTFile() || !Hidden)
672 assert(!isFromASTFile() && Hidden && hasLocalOwningModuleStorage() &&

Completed in 85 milliseconds