/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 103 OMPDeclareReductionDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,QualType Ty,OMPDeclareReductionDecl * PrevDeclInScope) OMPDeclareReductionDecl() argument
|
H A D | DeclTemplate.cpp | 263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument 908 ClassTemplateSpecializationDecl(ASTContext & Context,Kind DK,TagKind TK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,ClassTemplateDecl * SpecializedTemplate,ArrayRef<TemplateArgument> Args,ClassTemplateSpecializationDecl * PrevDecl) ClassTemplateSpecializationDecl() argument 922 ClassTemplateSpecializationDecl(ASTContext & C,Kind DK) ClassTemplateSpecializationDecl() argument 1321 VarTemplateSpecializationDecl(Kind DK,ASTContext & Context,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,VarTemplateDecl * SpecializedTemplate,QualType T,TypeSourceInfo * TInfo,StorageClass S,ArrayRef<TemplateArgument> Args) VarTemplateSpecializationDecl() argument 1330 VarTemplateSpecializationDecl(Kind DK,ASTContext & C) VarTemplateSpecializationDecl() argument [all...] |
H A D | DeclBase.cpp | 1004 Decl::Kind DK = D->getDeclKind(); castFromDeclContext() local 1017 Decl::Kind DK = D->getKind(); castToDeclContext() local 1197 Decl::Kind DK = D->getKind(); classof() local
|
H A D | Decl.cpp | 2131 VarDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass SC) VarDecl() argument 3027 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 4643 TagDecl(Kind DK,TagKind TK,const ASTContext & C,DeclContext * DC,SourceLocation L,IdentifierInfo * Id,TagDecl * PrevDecl,SourceLocation StartL) TagDecl() argument 4936 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::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl() argument
|
H A D | OpenMPClause.cpp | 403 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 423 TemplateDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params) TemplateDecl() argument 843 RedeclarableTemplateDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,TemplateParameterList * Params,NamedDecl * Decl) RedeclarableTemplateDecl() argument
|
H A D | DeclBase.h | 394 Decl(Kind DK,DeclContext * DC,SourceLocation L) Decl() argument 404 Decl(Kind DK,EmptyShell Empty) Decl() argument
|
H A D | Decl.h | 261 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in 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 1755 ParmVarDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass S,Expr * DefArg) ParmVarDecl() argument 3077 FieldDecl(Kind DK,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,Expr * BW,bool Mutable,InClassInitStyle InitStyle) FieldDecl() argument 3366 NamedDecl(DK,DC,L,Id) NamedDecl() argument 3406 TypedefNameDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,TypeSourceInfo * TInfo) TypedefNameDecl() argument [all...] |
H A D | DeclCXX.h | 2063 FunctionDecl(DK,C,RD,StartLoc,NameInfo,T,TInfo,SC,UsesFPIntrin,isInline,ConstexprKind,TrailingRequiresClause) FunctionDecl() argument 3419 BaseUsingDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName N) BaseUsingDecl() argument
|
H A D | DeclObjC.h | 2475 ObjCImplDecl(Kind DK,DeclContext * DC,ObjCInterfaceDecl * classInterface,IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCImplDecl() argument
|
H A D | OpenMPClause.h | 2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind() argument
|
/freebsd-src/contrib/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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 495 omp::Directive DK; global() member 1436 isLastFinalizationInfoCancellable(omp::Directive DK) isLastFinalizationInfoCancellable() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 94 SuggestParentheses(SourceLocation Loc,unsigned DK,SourceRange ParenRange) SuggestParentheses() argument
|
H A D | ParseOpenMP.cpp | 2258 OpenMPDirectiveKind DK = OMPD_unknown; ParseOpenMPDeclarativeDirectiveWithExtDecl() local 4061 auto DK = parseOpenMPDirectiveKind(*this); ParseOpenMPSingleExprWithArgClause() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1247 unsigned DK = CheckExplicitInitList() local 1254 unsigned DK = ExtraInitsIsError CheckExplicitInitList() local 1266 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers CheckExplicitInitList() local
|
H A D | SemaOpenMP.cpp | 4156 getImplicitMap(OpenMPDefaultmapClauseKind DK,OpenMPMapClauseKind MK) const getImplicitMap() argument 6242 OpenMPDirectiveKind DK = Kind; ActOnOpenMPExecutableDirective() local 9368 OpenMPDirectiveKind DK = (SemaRef.getLangOpts().OpenMP < 50 || checkOpenMPIterationSpace() local [all...] |
H A D | SemaDecl.cpp | 5756 unsigned DK = diag::err_anonymous_record_bad_member; BuildAnonymousStructOrUnion() local
|
H A D | SemaDeclCXX.cpp | 16916 unsigned DK = diag::err_catch_incomplete; BuildExceptionDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5803 auto DK = VD->isThisDeclarationADefinition(); HandleCXXStaticMemberVarInstantiation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 873 createBarrier(const LocationDescription & Loc,Directive DK,bool ForceSimpleCall,bool CheckCancelFlag) createBarrier() argument
|