Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp657 ParseOpenACCIntExpr(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc) ParseOpenACCIntExpr() argument
676 ParseOpenACCIntExprList(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc,llvm::SmallVectorImpl<Expr * > & IntExprs) ParseOpenACCIntExprList() argument
1150 ParseOpenACCAsyncArgument(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc) ParseOpenACCAsyncArgument() argument
H A DParser.cpp95 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() argument
H A DParseOpenMP.cpp2266 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
3965 auto DK = parseOpenMPDirectiveKind(*this); ParseOpenMPSingleExprWithArgClause() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1045 AssociatedStmtRAII(SemaOpenACC & S,OpenACCDirectiveKind DK) AssociatedStmtRAII() argument
1233 ActOnIntExpr(OpenACCDirectiveKind DK,OpenACCClauseKind CK,SourceLocation Loc,Expr * IntExpr) ActOnIntExpr() argument
1261 IntExprConverter(OpenACCDirectiveKind DK,OpenACCClauseKind CK,Expr * IntExpr) ActOnIntExpr() argument
[all...]
H A DSemaInit.cpp1303 unsigned DK = CheckExplicitInitList() local
1310 unsigned DK = ExtraInitsIsError CheckExplicitInitList() local
1322 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers CheckExplicitInitList() local
H A DSemaOpenMP.cpp4197 getImplicitMap(OpenMPDefaultmapClauseKind DK,OpenMPMapClauseKind MK) const getImplicitMap() argument
6098 OpenMPDirectiveKind DK = Kind; ActOnOpenMPExecutableDirective() local
9170 OpenMPDirectiveKind DK = (SemaRef.getLangOpts().OpenMP < 50 || checkOpenMPIterationSpace() local
H A DSemaDecl.cpp5573 unsigned DK = diag::err_anonymous_record_bad_member; BuildAnonymousStructOrUnion() local
H A DSemaDeclCXX.cpp16715 unsigned DK = diag::err_catch_incomplete; BuildExceptionDeclaration() local
/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp105 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument
H A DDeclTemplate.cpp263 TemplateDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) TemplateDecl() argument
921 ClassTemplateSpecializationDecl(ASTContext & Context,Kind DK,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) ClassTemplateSpecializationDecl() argument
935 ClassTemplateSpecializationDecl(ASTContext & C,Kind DK) ClassTemplateSpecializationDecl() argument
1357 VarTemplateSpecializationDecl(Kind DK,ASTContext & Context,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,VarTemplateDecl * SpecializedTemplate,QualType T,TypeSourceInfo * TInfo,StorageClass S,ArrayRef<TemplateArgument> Args) VarTemplateSpecializationDecl() argument
1366 VarTemplateSpecializationDecl(Kind DK,ASTContext & C) VarTemplateSpecializationDecl() argument
[all...]
H A DDeclBase.cpp1043 Decl::Kind DK = D->getDeclKind(); castFromDeclContext() local
1056 Decl::Kind DK = D->getKind(); castToDeclContext() local
1245 Decl::Kind DK = D->getKind(); classof() local
H A DDecl.cpp2116 VarDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass SC) VarDecl() argument
3025 FunctionDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,StorageClass S,bool UsesFPIntrin,bool isInlineSpecified,ConstexprSpecKind ConstexprKind,Expr * TrailingRequiresClause) FunctionDecl() argument
4687 TagDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,TagDecl * PrevDecl,SourceLocation StartL) TagDecl() argument
4980 RecordDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,RecordDecl * PrevDecl) RecordDecl() argument
[all...]
H A DDeclObjC.cpp68 ObjCContainerDecl(Kind DK,DeclContext * DC,const IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCContainerDecl() argument
H A DOpenMPClause.cpp403 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ArgumentLoc,OpenMPDependClauseKind DK,SourceLocation EndLoc) Create() argument
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h404 TemplateDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params) TemplateDecl() argument
823 RedeclarableTemplateDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) RedeclarableTemplateDecl() argument
H A DDeclBase.h395 Decl(Kind DK,DeclContext * DC,SourceLocation L) Decl() argument
405 Decl(Kind DK,EmptyShell Empty) Decl() argument
H A DDecl.h261 NamedDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName N) NamedDecl() argument
712 ValueDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T) ValueDecl() argument
790 DeclaratorDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName N,QualType T,TypeSourceInfo * TInfo,SourceLocation StartL) DeclaratorDecl() argument
1767 ParmVarDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass S,Expr * DefArg) ParmVarDecl() argument
3129 FieldDecl(Kind DK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) FieldDecl() argument
3419 NamedDecl(DK,DC,L,Id) NamedDecl() argument
3459 TypedefNameDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,TypeSourceInfo * TInfo) TypedefNameDecl() argument
[all...]
H A DDeclCXX.h2070 FunctionDecl(DK,C,RD,StartLoc,NameInfo,T,TInfo,SC,UsesFPIntrin,isInline,ConstexprKind,TrailingRequiresClause) FunctionDecl() argument
3426 BaseUsingDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName N) BaseUsingDecl() argument
H A DDeclObjC.h2476 ObjCImplDecl(Kind DK,DeclContext * DC,ObjCInterfaceDecl * classInterface,const IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCImplDecl() argument
H A DOpenMPClause.h2139 setDependencyKind(OpenMPDependClauseKind DK) setDependencyKind() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe() argument
1060 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() argument
1169 DescriptionKind DK, const CallEvent &Call, ProgramStateRef State, in describe() argument
1217 DescriptionKind DK, cons in describe() argument
1278 describe(DescriptionKind DK,const CallEvent & Call,ProgramStateRef State,const Summary & Summary,llvm::raw_ostream & Out) const describe() argument
[all...]
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV contractAutorelease() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h521 omp::Directive DK; global() member
2009 isLastFinalizationInfoCancellable(omp::Directive DK) isLastFinalizationInfoCancellable() argument
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1054 getDiagnosticSeverity(SourceMgr::DiagKind DK) getDiagnosticSeverity() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5933 auto DK = VD->isThisDeclarationADefinition(); HandleCXXStaticMemberVarInstantiation() local