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

/external/clang/include/clang/AST/
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())

Completed in 136 milliseconds