HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateContentCache (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
SourceManager.h 655 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
656 assert(IR && "getOrCreateContentCache() cannot return NULL");
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 426 /// getOrCreateContentCache - Create or return a cached ContentCache for the
429 SourceManager::getOrCreateContentCache(const FileEntry *FileEnt) {
612 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
613 assert(IR && "getOrCreateContentCache() cannot return NULL");
620 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
621 assert(IR && "getOrCreateContentCache() cannot return NULL");
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 36 milliseconds