Home
last modified time | relevance | path

Searched refs:isLoaded (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h526 bool isLoaded() const { return this->I < 0; }
532 if (isLoaded())
556 if (From.isLoaded() && To.isLoaded()) {
561 if (From.isLoaded()) {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID() argument
351 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1); in getPPEntityID()
445 bool isLoaded = this->I < 0; variable
446 unsigned Index = isLoaded ?
448 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);