/external/clang/tools/libclang/ |
CXLoadedDiagnostic.h | 82 Location DiagLoc;
|
CXLoadedDiagnostic.cpp | 94 return makeLocation(&DiagLoc); 635 if (readLocation(TopDiags, Record, offset, D->DiagLoc))
|
/external/clang/lib/Lex/ |
Pragma.cpp | 943 SourceLocation DiagLoc = DiagToken.getLocation(); 963 if (!PP.getDiagnostics().popMappings(DiagLoc)) 966 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace); 969 PP.getDiagnostics().pushMappings(DiagLoc); 971 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace) [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 565 SourceLocation DiagLoc; 567 DiagLoc = Command->getArgRange(Command->getNumArgs() - 1).getEnd(); 568 if (!DiagLoc.isValid()) 569 DiagLoc = Command->getCommandNameRange(Traits).getEnd(); 570 Diag(DiagLoc, diag::warn_doc_block_command_empty_paragraph) [all...] |
ExprConstant.cpp | [all...] |
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 80 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 743 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 776 S.Diag(DiagLoc, JumpDiagWarning); 782 S.Diag(DiagLoc, JumpDiagError); 788 S.Diag(DiagLoc, JumpDiagCXX98Compat);
|
SemaType.cpp | [all...] |
SemaTemplate.cpp | [all...] |
SemaExpr.cpp | [all...] |
SemaDecl.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...] |