Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp103 OMPDeclareReductionDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,QualType Ty,OMPDeclareReductionDecl * PrevDeclInScope) OMPDeclareReductionDecl() argument
H A DDeclTemplate.cpp263 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 DDeclBase.cpp1004 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 DDecl.cpp2131 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 DDeclObjC.cpp68 ObjCContainerDecl::ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl() argument
H A DOpenMPClause.cpp403 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h423 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 DDeclBase.h394 Decl(Kind DK,DeclContext * DC,SourceLocation L) Decl() argument
404 Decl(Kind DK,EmptyShell Empty) Decl() argument
H A DDecl.h261 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 DDeclCXX.h2063 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 DDeclObjC.h2475 ObjCImplDecl(Kind DK,DeclContext * DC,ObjCInterfaceDecl * classInterface,IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCImplDecl() argument
H A DOpenMPClause.h2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind() argument
/freebsd-src/contrib/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...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp163 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h495 omp::Directive DK; global() member
1436 isLastFinalizationInfoCancellable(omp::Directive DK) isLastFinalizationInfoCancellable() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1054 static DiagnosticSeverity getDiagnosticSeverity(SourceMgr::DiagKind DK) { in getDiagnosticSeverity() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp94 SuggestParentheses(SourceLocation Loc,unsigned DK,SourceRange ParenRange) SuggestParentheses() argument
H A DParseOpenMP.cpp2258 OpenMPDirectiveKind DK = OMPD_unknown; ParseOpenMPDeclarativeDirectiveWithExtDecl() local
4061 auto DK = parseOpenMPDirectiveKind(*this); ParseOpenMPSingleExprWithArgClause() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1247 unsigned DK = CheckExplicitInitList() local
1254 unsigned DK = ExtraInitsIsError CheckExplicitInitList() local
1266 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers CheckExplicitInitList() local
H A DSemaOpenMP.cpp4156 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 DSemaDecl.cpp5756 unsigned DK = diag::err_anonymous_record_bad_member; BuildAnonymousStructOrUnion() local
H A DSemaDeclCXX.cpp16916 unsigned DK = diag::err_catch_incomplete; BuildExceptionDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5803 auto DK = VD->isThisDeclarationADefinition(); HandleCXXStaticMemberVarInstantiation() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp873 createBarrier(const LocationDescription & Loc,Directive DK,bool ForceSimpleCall,bool CheckCancelFlag) createBarrier() argument