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

/external/clang/include/clang/AST/
H A DDeclBase.h530 assert(isFromASTFile() && "Only works on a deserialized declaration");
584 bool isFromASTFile() const { return FromASTFile; } function in class:clang::Decl
589 if (isFromASTFile())
597 if (isFromASTFile())

Completed in 134 milliseconds