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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp92 const CXXRecordDecl *Decl local
H A DDeclBase.cpp[all...]
H A DDeclTemplate.cpp224 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
286 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl, ClassTemplateDecl *PrevDecl) argument
904 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
[all...]
H A DExprConstant.cpp792 explicit MemberPtr(const ValueDecl *Decl) : argument
1136 const ValueDecl *Decl = GetLValueBaseDecl(Value); local
1151 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); local
[all...]
H A DExpr.cpp493 const FunctionDecl *Decl = FD; local
[all...]
H A DASTContext.cpp2828 getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const argument
2881 getTypedefType(const TypedefNameDecl *Decl, QualType Canonical) const argument
3470 getObjCInterfaceType(const ObjCInterfaceDecl *Decl, ObjCInterfaceDecl *PrevDecl) const argument
4666 const BlockDecl *Decl = Expr->getBlockDecl(); local
4723 getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, std::string& S) argument
4783 getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl, std::string& S, bool Extended) const argument
6097 setObjCConstantStringInterface(ObjCInterfaceDecl *Decl) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h204 const NamedDecl *Decl; member in struct:clang::sema::DelayedDiagnostic::DD
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp198 Decl *Decl = Actions.ParsedFreeStandingDeclSpec( local
[all...]
H A DParseStmt.cpp187 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext, local
2377 Decl *Parser::ParseFunctionStatementBody(Decl *Dec argument
2411 ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp137 static bool hasImplicitExceptionSpec(FunctionDecl *Decl) { argument
H A DSemaAccess.cpp1854 bool Sema::IsSimplyAccessible(NamedDecl *Decl, DeclContext *Ctx) { argument
[all...]
H A DSemaExprObjC.cpp442 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId, local
H A DSemaTemplateInstantiateDecl.cpp2227 VisitClassScopeFunctionSpecializationDecl( ClassScopeFunctionSpecializationDecl *Decl) argument
2682 InstantiateExceptionSpec(SourceLocation PointOfInstantiation, FunctionDecl *Decl) argument
[all...]
H A DSemaStmt.cpp1643 static bool FinishForRangeVarDecl(Sema &SemaRef, VarDecl *Decl, Expr *Init, argument
1706 VarDecl *Decl = VarDecl::Create(SemaRef.Context, DC, Loc, Loc, II, Type, local
[all...]
H A DSemaTemplate.cpp2085 ClassTemplateSpecializationDecl *Decl local
[all...]
H A DSemaDecl.cpp8858 ActOnSkippedFunctionBody(Decl *Decl) argument
[all...]
H A DSemaDeclCXX.cpp83 NamedDecl *Decl = DRE->getDecl(); local
4704 CXXMethodDecl *Decl = SMOR->getMethod(); local
10737 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, local
[all...]
H A DSemaExpr.cpp144 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp843 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) argument
924 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DIType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h81 class Decl { class in namespace:clang
306 Decl(Kind DK, DeclContext *DC, SourceLocation L) function in class:clang::Decl
317 Decl(Kind DK, EmptyShell Empty) function in class:clang::Decl
[all...]
H A DDeclTemplate.h623 RedeclarableTemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
762 FunctionTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
1843 ClassTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
2112 TypeAliasTemplateDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateParameterList *Params, NamedDecl *Decl) argument
[all...]
H A DASTContext.h1004 getTypeDeclType(const TypeDecl *Decl, const TypeDecl *PrevDecl = 0) const argument
[all...]
H A DType.h3776 CXXRecordDecl *Decl; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4331 mutable ObjCInterfaceDecl *Decl; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp433 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index) argument
437 const CXXRecordDecl *Decl; member in struct:__anon3058::__anon3059::BaseInfo
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1717 clang::NamedDecl *Decl = VarDecl::Create(*ast, local
[all...]

Completed in 340 milliseconds

12