Searched refs:ErrorCategory (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp368 static llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory; variable
370 return *ErrorCategory;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp98 static ManagedStatic<SampleProfErrorCategoryType> ErrorCategory; variable
101 return *ErrorCategory;
H A DInstrProf.cpp140 static ManagedStatic<InstrProfErrorCategoryType> ErrorCategory; variable
143 return *ErrorCategory;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp898 static ManagedStatic<CoverageMappingErrorCategoryType> ErrorCategory;
901 return *ErrorCategory;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6656 static ManagedStatic<BitcodeErrorCategoryType> ErrorCategory; local
6659 return *ErrorCategory;

Completed in 299 milliseconds