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.cpp49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() argument
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintFatalNote() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11308 SourceLocation NoteLoc; member in __anon1dd12e444411::OpenMPAtomicUpdateChecker
11362 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
11430 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
11587 SourceLocation NoteLoc; member
12484 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12547 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
12632 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7555 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()