Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp10407 SourceLocation NoteLoc; member in __anon5b04668f3811::OpenMPAtomicUpdateChecker
10462 SourceLocation ErrorLoc, NoteLoc; in checkBinaryOperation() local
10530 SourceLocation ErrorLoc, NoteLoc; in checkStatement() local
10731 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
10794 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
10878 SourceLocation ErrorLoc, NoteLoc; in ActOnOpenMPAtomicDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7171 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()