Searched defs:DiagID (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h24 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) { argument
H A DDelayedDiagnostic.h93 PartialDiagnostic &setDiag(unsigned DiagID) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h48 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
H A DCommentSema.h64 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
H A DCommentLexer.h322 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp188 void FixItRewriter::Diag(SourceLocation Loc, unsigned DiagID) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h156 static bool isBuiltinExtensionDiag(unsigned DiagID) { argument
[all...]
H A DPartialDiagnostic.h122 mutable unsigned DiagID; member in class:clang::PartialDiagnostic
192 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp24 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
H A DCodeGenAction.cpp425 unsigned DiagID = CI.getDiagnostics().getCustomDiagID( local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp105 unsigned DiagID local
H A DSerializedDiagnosticPrinter.cpp587 unsigned DiagID = DiagnosticIDs::getCategoryNumberForDiag(Info->getID()); local
492 getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel, unsigned DiagID) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp657 unsigned DiagID; local
H A DSemaExceptionSpec.cpp158 unsigned DiagID = diag::err_mismatched_exception_spec; local
303 unsigned DiagID = diag::err_mismatched_exception_spec; local
317 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, argument
518 CheckExceptionSpecSubset( const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, const FunctionProtoType *Superset, SourceLocation SuperLoc, const FunctionProtoType *Subset, SourceLocation SubLoc) argument
689 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
774 unsigned DiagID = diag::err_override_exception_spec; local
[all...]
H A DDeclSpec.cpp34 Diag(DiagnosticsEngine &D, SourceLocation Loc, unsigned DiagID) argument
363 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
484 SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
544 SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
558 SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
578 SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
588 SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
598 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
605 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, ParsedType Rep) argument
625 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Expr *Rep) argument
644 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
651 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
672 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
698 SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
710 SetTypeAltiVecPixel(bool isAltiVecPixel, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
724 SetTypeAltiVecBool(bool isAltiVecBool, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
746 SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, const LangOptions &Lang) argument
771 setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
785 setFunctionSpecForceInline(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
797 setFunctionSpecVirtual(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
812 setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
827 setFunctionSpecNoreturn(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
842 SetFriendSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
855 setModulePrivateSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
867 SetConstexprSpec(SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID) argument
[all...]
H A DSema.cpp854 void Sema::EmitCurrentDiagnostic(unsigned DiagID) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp39 uint16_t DiagID; member in struct:__anon3193::StaticDiagInfoRec
91 static const StaticDiagInfoRec *GetDiagInfo(unsigned DiagID) { argument
179 getCategoryNumberForDiag(unsigned DiagID) argument
238 getDiagnosticSFINAEResponse(unsigned DiagID) argument
246 getBuiltinDiagClass(unsigned DiagID) argument
325 isBuiltinWarningOrExtension(unsigned DiagID) argument
332 isBuiltinNote(unsigned DiagID) argument
342 isBuiltinExtensionDiag(unsigned DiagID, bool &EnabledByDefault) argument
353 isDefaultMappingAsError(unsigned DiagID) argument
372 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, const DiagnosticsEngine &Diag) const argument
390 getDiagnosticLevel(unsigned DiagID, unsigned DiagClass, SourceLocation Loc, const DiagnosticsEngine &Diag) const argument
524 getWarningOptionForDiag(unsigned DiagID) argument
597 unsigned DiagID = Info.getID(); local
699 isARCDiagnostic(unsigned DiagID) argument
[all...]
H A DDiagnostic.cpp125 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, argument
413 unsigned DiagID = CurDiagID; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp64 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument
H A DPragma.cpp710 unsigned int DiagID; local
H A DPreprocessor.cpp581 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp289 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
583 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
609 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
774 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
922 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1264 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1458 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1537 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1547 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1589 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1599 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1649 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1692 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1700 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1736 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1745 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1755 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1764 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1773 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1782 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1791 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1800 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1808 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
1817 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, local
2008 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, local
2016 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, local
2046 unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp832 unsigned DiagID; local
996 unsigned DiagID; local
H A DParser.cpp118 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) { argument
122 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) { argument
161 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID, argument
197 bool Parser::ExpectAndConsumeSemi(unsigned DiagID) { argument
911 unsigned DiagID; local
998 unsigned DiagID; local
1582 unsigned DiagID = diag::err_expected_qualified_after_typename; local
1998 expectAndConsume(unsigned DiagID, const char *Msg, tok::TokenKind SkipToToc ) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp106 void emitDiag(SourceLocation L, unsigned DiagID, argument

Completed in 289 milliseconds

123