HomeSort by: relevance | last modified time | path
    Searched refs:isLoaded (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 526 bool isLoaded() const { return this->I < 0; }
532 if (isLoaded())
556 if (From.isLoaded() && To.isLoaded()) {
561 if (From.isLoaded()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessingRecord.h 350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) {
351 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1);
445 bool isLoaded = this->I < 0;
446 unsigned Index = isLoaded ?
448 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);

Completed in 15 milliseconds