Home
last modified time | relevance | path

Searched defs:DK (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Ddiagnostic.h169 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp230 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl()
911 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
925 Kind DK) in ClassTemplateSpecializationDecl()
1338 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1347 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
H A DDeclOpenMP.cpp103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
H A DDeclBase.cpp932 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
951 Decl::Kind DK = D->getKind(); in castToDeclContext() local
H A DDecl.cpp2070 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
2964 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl()
4401 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
4694 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
H A DDeclObjC.cpp68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
H A DOpenMPClause.cpp400 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h417 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
871 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
H A DDeclBase.h382 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
392 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDecl.h259 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
709 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
787 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1730 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
2990 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
3263 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument
3303 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
H A DDeclCXX.h2005 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument
3340 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl()
H A DDeclObjC.h2464 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
H A DOpenMPClause.h2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp149 virtual std::string describe(DescriptionKind DK, ProgramStateRef State, in describe()
784 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe()
794 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe()
840 DescriptionKind DK, ProgramStateRef State, const Summary &Summary) const { in describe()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h218 omp::Directive DK; member
1021 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.h268 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)] argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
H A DParseOpenMP.cpp2257 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
3970 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp1235 unsigned DK = in CheckExplicitInitList() local
1242 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local
1254 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local
H A DSemaDecl.cpp5621 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
H A DSemaDeclCXX.cpp16464 unsigned DK = diag::err_catch_incomplete; in BuildExceptionDeclaration() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp5354 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp669 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()

12