Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp657 Parser::ParseOpenACCIntExpr(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCIntExpr()
676 bool Parser::ParseOpenACCIntExprList(OpenACCDirectiveKind DK, in ParseOpenACCIntExprList()
1150 Parser::ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ParseOpenACCAsyncArgument()
H A DParser.cpp95 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
H A DParseOpenMP.cpp2266 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
3967 auto DK = parseOpenMPDirectiveKind(*this); in ParseOpenMPSingleExprWithArgClause() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1045 OpenACCDirectiveKind DK) in AssociatedStmtRAII()
1233 ExprResult SemaOpenACC::ActOnIntExpr(OpenACCDirectiveKind DK, in ActOnIntExpr()
1261 IntExprConverter(OpenACCDirectiveKind DK, OpenACCClauseKind CK, in ActOnIntExpr()
H A DSemaInit.cpp1303 unsigned DK = in CheckExplicitInitList() local
1310 unsigned DK = ExtraInitsIsError in CheckExplicitInitList() local
1322 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers in CheckExplicitInitList() local
H A DSemaOpenMP.cpp4198 ArrayRef<Expr *> getImplicitMap(OpenMPDefaultmapClauseKind DK, in getImplicitMap()
6094 OpenMPDirectiveKind DK = Kind; in ActOnOpenMPExecutableDirective() local
9105 auto IsOpenMPTaskloopDirective = [](OpenMPDirectiveKind DK) { in ActOnOpenMPLoopInitialization()
9173 OpenMPDirectiveKind DK = (SemaRef.getLangOpts().OpenMP < 50 || in checkOpenMPIterationSpace() local
H A DSemaDecl.cpp5593 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
823 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
H A DDeclBase.h395 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
405 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDecl.h261 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
673 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
751 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1728 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
3090 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
3380 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl() argument
3420 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
H A DDeclCXX.h2077 : FunctionDecl(DK, C, RD, StartLoc, NameInfo, T, TInfo, SC, UsesFPIntrin, in FunctionDecl() argument
3433 BaseUsingDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in BaseUsingDecl()
H A DDeclObjC.h2476 ObjCImplDecl(Kind DK, DeclContext *DC, ObjCInterfaceDecl *classInterface, in ObjCImplDecl()
H A DOpenMPClause.h2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp105 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
H A DDeclTemplate.cpp263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl()
921 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
935 Kind DK) in ClassTemplateSpecializationDecl()
1357 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1366 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
H A DDeclBase.cpp1043 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
1056 Decl::Kind DK = D->getKind(); in castToDeclContext() local
1261 Decl::Kind DK = D->getKind(); in classof() local
H A DDecl.cpp2116 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
3029 FunctionDecl::FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, in FunctionDecl()
4691 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
4984 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.cpp403 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe()
1060 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe()
1169 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe()
1217 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe()
1278 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe()
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dvectors.c215 void DK (krb5_keyblock *out, krb5_keyblock *in, const krb5_data *usage) { in DK() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h521 omp::Directive DK; member
2009 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5954 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local

12