Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DError.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11255 SourceLocation NoteLoc; member in __anon296aa5743f11::OpenMPAtomicUpdateChecker
11309 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
11377 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
11530 SourceLocation NoteLoc; member
12400 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12463 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12548 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7253 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()