OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundDirectives
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h
234
UnparsedFileStatus(const FileEntry *File, bool
FoundDirectives
)
235
: Data(File,
FoundDirectives
) {}
237
bool
foundDirectives
() const { return Data.getInt(); }
/external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
796
bool
FoundDirectives
;
798
FoundDirectives
= false;
800
FoundDirectives
= !LangOpts || findDirectives(SM, FID, *LangOpts);
804
UnparsedFileStatus(FE,
FoundDirectives
)));
842
if (Status.
foundDirectives
()) {
Completed in 607 milliseconds