Searched refs:statChained (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 99 LookupResult statChained(const char *Path, FileData &Data, bool isFile, in statChained() function
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 123 LookupResult Result = statChained(Path, Data, isFile, F, FS); in getStat()
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 555 LookupResult Result = statChained(Path, Data, isFile, F, FS); in getStat()
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 707 return statChained(Path, Data, isFile, F, FS); in getStat()
|