OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnparsedFiles
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h
242
UnparsedFilesMap
UnparsedFiles
;
/external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
790
UnparsedFiles
.erase(FID);
792
} else if (!ParsedFiles.count(FID) && !
UnparsedFiles
.count(FID)) {
803
UnparsedFiles
.insert(std::make_pair(FID,
822
if (
UnparsedFiles
.size() > 0) {
832
for (UnparsedFilesMap::iterator I =
UnparsedFiles
.begin(),
833
End =
UnparsedFiles
.end(); I != End; ++I) {
849
//
UnparsedFiles
has been processed now, so clear it.
850
UnparsedFiles
.clear();
Completed in 197 milliseconds