OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVirtualFileSystem
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
370
bool
hasVirtualFileSystem
() const { return VirtualFileSystem != nullptr; }
373
assert(
hasVirtualFileSystem
() &&
/external/clang/lib/Frontend/
FrontendAction.cpp
225
if (!CI.
hasVirtualFileSystem
()) {
CompilerInstance.cpp
231
if (!
hasVirtualFileSystem
()) {
[
all
...]
Completed in 492 milliseconds