Home
last modified time | relevance | path

Searched refs:DiagMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h357 llvm::DenseMap<unsigned, DiagnosticMapping> DiagMap; variable
397 DiagMap[Diag] = Info; in setMapping()
401 return DiagMap.lookup(Diag); in lookupMapping()
406 const_iterator begin() const { return DiagMap.begin(); } in begin()
407 const_iterator end() const { return DiagMap.end(); } in end()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp152 std::pair<iterator, bool> Result = DiagMap.try_emplace(Diag); in getOrAddMapping()