/external/clang/include/clang/AST/ |
D | DeclOpenMP.h | 49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() 116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl()
|
D | DeclTemplate.h | 334 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()
|
D | Decl.h | 224 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()
|
D | DeclBase.h | 334 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() 345 Decl(Kind DK, EmptyShell Empty) in Decl()
|
D | DeclObjC.h | 911 ObjCContainerDecl(Kind DK, DeclContext *DC, in ObjCContainerDecl() 2315 ObjCImplDecl(Kind DK, DeclContext *DC, in ObjCImplDecl()
|
D | DeclCXX.h | 1739 CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, in CXXMethodDecl()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 382 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 705 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()
|
D | DeclBase.cpp | 727 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local 746 Decl::Kind DK = D->getKind(); in castToDeclContext() local
|
D | Decl.cpp | 1783 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/ |
D | Parser.cpp | 108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 992 unsigned DK = diag::ext_excess_initializers_in_char_array_initializer; in CheckExplicitInitList() local 1011 unsigned DK = diag::ext_excess_initializers; in CheckExplicitInitList() local
|
D | SemaDecl.cpp | 4386 unsigned DK = diag::err_anonymous_record_bad_member; in BuildAnonymousStructOrUnion() local
|
D | SemaDeclCXX.cpp | 12216 unsigned DK = diag::err_catch_incomplete; in BuildExceptionDeclaration() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2854 auto DK = VD->isThisDeclarationADefinition(); in HandleCXXStaticMemberVarInstantiation() local
|