Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp60 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote()
71 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11382 SourceLocation NoteLoc; member in __anon1dd12e444711::OpenMPAtomicUpdateChecker
11436 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
11504 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
11661 SourceLocation NoteLoc; member
12591 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12654 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12739 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7864 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()