OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrCreateContentCache
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Basic/
SourceManager.cpp
431
///
getOrCreateContentCache
- Create or return a cached ContentCache for the
434
SourceManager::
getOrCreateContentCache
(const FileEntry *FileEnt,
661
const SrcMgr::ContentCache *IR =
getOrCreateContentCache
(File);
662
assert(IR && "
getOrCreateContentCache
() cannot return NULL");
669
const SrcMgr::ContentCache *IR =
getOrCreateContentCache
(SourceFile);
670
assert(IR && "
getOrCreateContentCache
() cannot return NULL");
693
const SrcMgr::ContentCache *IR =
getOrCreateContentCache
(File);
[
all
...]
/external/clang/include/clang/Basic/
SourceManager.h
786
IR =
getOrCreateContentCache
(SourceFile,
788
assert(IR && "
getOrCreateContentCache
() cannot return NULL");
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 27 milliseconds