HomeSort by relevance Sort by last modified time
    Searched defs:IR (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
SourceManager.h 655 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
656 assert(IR && "getOrCreateContentCache() cannot return NULL");
657 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 612 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
613 assert(IR && "getOrCreateContentCache() cannot return NULL");
614 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
620 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
621 assert(IR && "getOrCreateContentCache() cannot return NULL");
623 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
624 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 141 } IR;
host_ppc_defs.h 212 } IR;
host_x86_defs.h 125 } IR;

Completed in 470 milliseconds