/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 657 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 D | Parser.cpp | 95 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() argument
|
H A D | ParseOpenMP.cpp | 2266 OpenMPDirectiveKind DK = OMPD_unknown; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 3965 auto DK = parseOpenMPDirectiveKind(*this); ParseOpenMPSingleExprWithArgClause() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1045 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 D | SemaInit.cpp | 1303 unsigned DK = CheckExplicitInitList() local 1310 unsigned DK = ExtraInitsIsError CheckExplicitInitList() local 1322 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers CheckExplicitInitList() local
|
H A D | SemaOpenMP.cpp | 4197 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 D | SemaDecl.cpp | 5573 unsigned DK = diag::err_anonymous_record_bad_member; BuildAnonymousStructOrUnion() local
|
H A D | SemaDeclCXX.cpp | 16715 unsigned DK = diag::err_catch_incomplete; BuildExceptionDeclaration() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 105 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument
|
H A D | DeclTemplate.cpp | 263 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 D | DeclBase.cpp | 1043 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 D | Decl.cpp | 2116 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 D | DeclObjC.cpp | 68 ObjCContainerDecl(Kind DK,DeclContext * DC,const IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCContainerDecl() argument
|
H A D | OpenMPClause.cpp | 403 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation ArgumentLoc,OpenMPDependClauseKind DK,SourceLocation EndLoc) Create() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 404 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 D | DeclBase.h | 395 Decl(Kind DK,DeclContext * DC,SourceLocation L) Decl() argument 405 Decl(Kind DK,EmptyShell Empty) Decl() argument
|
H A D | Decl.h | 261 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 D | DeclCXX.h | 2070 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 D | DeclObjC.h | 2476 ObjCImplDecl(Kind DK,DeclContext * DC,ObjCInterfaceDecl * classInterface,const IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCImplDecl() argument
|
H A D | OpenMPClause.h | 2139 setDependencyKind(OpenMPDependClauseKind DK) setDependencyKind() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 176 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 D | ObjCARCContract.cpp | 163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV contractAutorelease() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 521 omp::Directive DK; global() member 2009 isLastFinalizationInfoCancellable(omp::Directive DK) isLastFinalizationInfoCancellable() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1054 getDiagnosticSeverity(SourceMgr::DiagKind DK) getDiagnosticSeverity() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5933 auto DK = VD->isThisDeclarationADefinition(); HandleCXXStaticMemberVarInstantiation() local
|