Home
last modified time | relevance | path

Searched defs:NoteLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/TableGen/
DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DError.cpp44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp128 SourceLocation NoteLoc = (*PI)->getLocation().asLocation(); in FlushDiagnosticsImpl() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp6056 SourceLocation NoteLoc; member in __anon216cbd261611::OpenMPAtomicUpdateChecker
6111 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
6178 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
6337 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
6399 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
6482 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9616 SourceLocation NoteLoc; member in __anonf152f9343511::OpenMPAtomicUpdateChecker
9671 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
9739 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
9940 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
10003 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
10087 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp7160 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()