Searched defs:Decl (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp94 const CXXRecordDecl *Decl local
H A DDeclTemplate.cpp225 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
303 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl, ClassTemplateDecl *PrevDecl) argument
912 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
972 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl, VarTemplateDecl *PrevDecl) argument
[all...]
H A DDeclBase.cpp[all...]
H A DExprConstant.cpp971 explicit MemberPtr(const ValueDecl *Decl) : argument
1371 const ValueDecl *Decl = GetLValueBaseDecl(Value); local
1386 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); local
[all...]
H A DExpr.cpp528 const FunctionDecl *Decl = FD; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h126 Constant *getVoidRetI8XEntryPoint(Constant *&Decl, argument
141 Constant *getI8XRetI8XEntryPoint(Constant *& Decl, argument
160 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl, argument
[all...]
H A DObjCARCContract.cpp141 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_RetainRV); local
192 Constant *Decl = EP.get(Class == IC_AutoreleaseRV ? local
276 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_StoreStrong); local
H A DObjCARCOpts.cpp1395 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release); local
2313 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Retain); local
2327 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Release); local
2716 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Retain); local
2745 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_Retain); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h205 const NamedDecl *Decl; member in struct:clang::sema::DelayedDiagnostic::DD
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp198 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( local
[all...]
H A DParseStmt.cpp221 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext, local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp137 static bool hasImplicitExceptionSpec(FunctionDecl *Decl) { argument
H A DSemaAccess.cpp1870 bool Sema::IsSimplyAccessible(NamedDecl *Decl, DeclContext *Ctx) { argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp2257 VisitClassScopeFunctionSpecializationDecl( ClassScopeFunctionSpecializationDecl *Decl) argument
3120 InstantiateExceptionSpec(SourceLocation PointOfInstantiation, FunctionDecl *Decl) argument
[all...]
H A DSemaExprObjC.cpp463 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId, local
H A DSemaStmt.cpp1739 static bool FinishForRangeVarDecl(Sema &SemaRef, VarDecl *Decl, Expr *Init, argument
1802 VarDecl *Decl = VarDecl::Create(SemaRef.Context, DC, Loc, Loc, II, Type, local
[all...]
H A DSemaTemplate.cpp2076 ClassTemplateSpecializationDecl *Decl local
2711 VarTemplateSpecializationDecl *Decl = BuildVarTemplateInstantiation( local
2747 DeclResult Decl = CheckVarTemplateId(Template, TemplateLoc, NameInfo.getLoc(), local
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDIBuilder.cpp186 createImportedDeclaration(DIScope Context, DIDescriptor Decl, unsigned Line) argument
960 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) argument
1047 createFunction(DIScopeRef Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1063 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c139 typedef struct Decl { struct
143 } Decl; typedef in typeref:struct:Decl
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h83 class Decl { class in namespace:clang
310 Decl(Kind DK, DeclContext *DC, SourceLocation L) function in class:clang::Decl
321 Decl(Kind DK, EmptyShell Empty) function in class:clang::Decl
[all...]
H A DDeclTemplate.h625 RedeclarableTemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
772 FunctionTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
1835 ClassTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
2108 TypeAliasTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
2680 VarTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
[all...]
H A DASTContext.h1043 getTypeDeclType(const TypeDecl *Decl, const TypeDecl *PrevDecl = 0) const argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp393 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index) argument
397 const CXXRecordDecl *Decl; member in struct:__anon3231::__anon3232::BaseInfo
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1727 clang::NamedDecl *Decl = VarDecl::Create(*ast, local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1299 void ObjCMigrateASTConsumer::migrateCFAnnotation(ASTContext &Ctx, const Decl *Dec argument
[all...]

Completed in 233 milliseconds

12