/external/clang/include/clang/Basic/ |
Diagnostic.h | 30 class DiagnosticBuilder; 664 /// This actually returns an instance of DiagnosticBuilder which emits the 670 inline DiagnosticBuilder Report(SourceLocation Loc, unsigned DiagID); 671 inline DiagnosticBuilder Report(unsigned DiagID); 712 // This is private state used by DiagnosticBuilder. We put it here instead of 713 // in DiagnosticBuilder in order to keep DiagnosticBuilder a small lightweight 719 friend class DiagnosticBuilder; [all...] |
PartialDiagnostic.h | 12 /// in a DiagnosticBuilder stream. 288 void Emit(const DiagnosticBuilder &DB) const { 315 DiagnosticBuilder DB(Diags.Report(getDiagID())); 399 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
/external/clang/include/clang/Sema/ |
Ownership.h | 128 class DiagnosticBuilder; 153 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {} 192 ActionResult(const DiagnosticBuilder &) : PtrWithInvalid(0x01) { } 270 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); } 271 inline StmtResult StmtError(const DiagnosticBuilder&) { return StmtError(); }
|
/external/clang/include/clang/AST/ |
ASTImporter.h | 254 DiagnosticBuilder ToDiag(SourceLocation Loc, unsigned DiagID); 257 DiagnosticBuilder FromDiag(SourceLocation Loc, unsigned DiagID);
|
Attr.h | 151 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
CommentParser.h | 48 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) {
|
TemplateName.h | 25 class DiagnosticBuilder; 334 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
NestedNameSpecifier.h | 478 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
TemplateBase.h | 31 class DiagnosticBuilder; 639 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
DeclarationName.h | 545 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
CommentLexer.h | 312 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) {
|
CommentSema.h | 64 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) {
|
CanonicalType.h | 204 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
|
APValue.h | 27 class DiagnosticBuilder;
|
/external/clang/lib/AST/ |
TemplateName.cpp | 159 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB,
|
/external/clang/lib/ARCMigrate/ |
Internals.h | 97 DiagnosticBuilder report(SourceLocation loc, unsigned diagId,
|
/external/clang/include/clang/Lex/ |
Lexer.h | 27 class DiagnosticBuilder; 213 DiagnosticBuilder Diag(const char *Loc, unsigned DiagID) const;
|
Preprocessor.h | [all...] |
/external/chromium_org/tools/clang/plugins/ |
ChromeClassTester.cpp | 118 DiagnosticBuilder builder = diagnostic().Report(full, id);
|
/external/clang/include/clang/Driver/ |
Driver.h | 65 DiagnosticBuilder Diag(unsigned DiagID) const {
|
/external/clang/include/clang/Parse/ |
Parser.h | 38 class DiagnosticBuilder; 273 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); } 274 StmtResult StmtError(const DiagnosticBuilder &) { return StmtError(); } 816 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID); 817 DiagnosticBuilder Diag(const Token &Tok, unsigned DiagID); 818 DiagnosticBuilder Diag(unsigned DiagID) { [all...] |
/external/clang/lib/Parse/ |
Parser.cpp | 74 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) { 78 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) { 122 DiagnosticBuilder DB = Diag(Loc, DiagID); 143 DiagnosticBuilder DB = [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 64 static DiagnosticBuilder Diag(DiagnosticsEngine *Diags, [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 322 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | [all...] |