HomeSort by relevance Sort by last modified time
    Searched refs:DiagLoc (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 82 Location DiagLoc;
CXLoadedDiagnostic.cpp 102 return makeLocation(&DiagLoc);
644 if (readLocation(TopDiags, Record, offset, D->DiagLoc))
  /external/clang/lib/Lex/
Pragma.cpp 947 SourceLocation DiagLoc = DiagToken.getLocation();
958 if (!PP.getDiagnostics().popMappings(DiagLoc))
961 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace);
964 PP.getDiagnostics().pushMappings(DiagLoc);
966 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace);
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 84 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
740 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
775 S.Diag(DiagLoc, JumpDiagWarning);
781 S.Diag(DiagLoc, JumpDiagError);
787 S.Diag(DiagLoc, JumpDiagCXX98Compat);
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 571 SourceLocation DiagLoc;
573 DiagLoc = Command->getArgRange(Command->getNumArgs() - 1).getEnd();
574 if (!DiagLoc.isValid())
575 DiagLoc = Command->getCommandNameRange(Traits).getEnd();
576 Diag(DiagLoc, diag::warn_doc_block_command_empty_paragraph)
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 225 milliseconds