Searched defs:DK (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h41 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : argument
H A DDecl.h116 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) argument
473 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
542 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
[all...]
H A DDeclBase.h310 Decl(Kind DK, DeclContext *DC, SourceLocation L) argument
321 Decl(Kind DK, EmptyShell Empty) argument
H A DDeclTemplate.h625 RedeclarableTemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, argument
[all...]
H A DDeclCXX.h1641 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, argument
H A DDeclObjC.h496 ObjCContainerDecl(Kind DK, DeclContext *DC, argument
1673 ObjCImplDecl(Kind DK, DeclContext *DC, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp377 Decl::Kind DK = I->getKind(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp132 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp612 Decl::Kind DK = D->getDeclKind(); local
631 Decl::Kind DK = D->getKind(); local
H A DDeclTemplate.cpp706 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, argument
722 ClassTemplateSpecializationDecl::ClassTemplateSpecializationDecl(Kind DK) argument
1104 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK) argument
1093 VarTemplateSpecializationDecl( ASTContext &Context, Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs) argument
H A DDecl.cpp1623 VarDecl::VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, argument
3341 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp717 unsigned DK = diag::warn_excess_initializers_in_char_array_initializer; local
736 unsigned DK = diag::warn_excess_initializers; local
H A DSemaDecl.cpp3689 unsigned DK = diag::err_anonymous_record_bad_member; local
H A DSemaDeclCXX.cpp11055 unsigned DK = diag::err_catch_incomplete; local

Completed in 386 milliseconds