OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createstatcache
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
PTHManager.h
141
///
createStatCache
- Returns a FileSystemStatCache object for use with
145
std::unique_ptr<FileSystemStatCache>
createStatCache
();
/external/clang/lib/Lex/
PTHLexer.cpp
726
std::unique_ptr<FileSystemStatCache> PTHManager::
createStatCache
() {
Preprocessor.cpp
208
FileMgr.addStatCache(PTH->
createStatCache
());
[
all
...]
Completed in 516 milliseconds