Searched defs:DiagLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp79 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
677 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, argument
706 S.Diag(DiagLoc, JumpDiagWarning);
713 S.Diag(DiagLoc, JumpDiagError);
/external/clang/lib/Lex/
H A DPragma.cpp848 SourceLocation DiagLoc = DiagToken.getLocation(); local
868 if (!PP.getDiagnostics().popMappings(DiagLoc))
871 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace);
874 PP.getDiagnostics().pushMappings(DiagLoc);
876 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace);
925 Map, DiagLoc))
929 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, Map, WarningName);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1278 const SMLoc &DiagLoc = Diag.getLoc(); local
1279 int DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1284 int DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1308 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);
/external/clang/include/clang/AST/
H A DExpr.h435 /// diagnostic indicating why it's not foldable. DiagLoc indicates a caret
444 SourceLocation DiagLoc; member in struct:clang::Expr::EvalStatus

Completed in 74 milliseconds