Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclOpenMP.h49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl()
116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl()
DDeclTemplate.h334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name) in TemplateDecl()
340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl()
713 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl()
DDecl.h224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl()
595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl()
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl()
1383 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
1678 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl()
2334 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
2583 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() argument
2615 TypedefNameDecl(Kind DK, ASTContext &C, DeclContext *DC, in TypedefNameDecl()
2807 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
DDeclBase.h334 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl()
345 Decl(Kind DK, EmptyShell Empty) in Decl()
DDeclObjC.h911 ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl()
2315 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
DDeclCXX.h1739 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, in CXXMethodDecl()
/external/clang/lib/Frontend/
DASTConsumers.cpp382 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
/external/clang/lib/AST/
DDeclTemplate.cpp705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
721 Kind DK) in ClassTemplateSpecializationDecl()
1055 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1064 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl()
DDeclBase.cpp727 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
746 Decl::Kind DK = D->getKind(); in castToDeclContext() local
DDecl.cpp1783 VarDecl::VarDecl(Kind DK, ASTContext &C, DeclContext *DC, in VarDecl()
3715 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
/external/clang/lib/Parse/
DParser.cpp108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
/external/clang/lib/Sema/
DSemaInit.cpp992 unsigned DK = diag::ext_excess_initializers_in_char_array_initializer; in CheckExplicitInitList() local
1011 unsigned DK = diag::ext_excess_initializers; in CheckExplicitInitList() local
DSemaDecl.cpp4386 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
DSemaDeclCXX.cpp12216 unsigned DK = diag::err_catch_incomplete; in BuildExceptionDeclaration() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2854 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local