Searched defs:Decl (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4446 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) argument
[all...]
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c139 typedef struct Decl { struct
143 } Decl; typedef in typeref:struct:Decl
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1430 migrateCFAnnotation(ASTContext &Ctx, const Decl *Decl) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2429 VisitClassScopeFunctionSpecializationDecl( ClassScopeFunctionSpecializationDecl *Decl) argument
3194 InstantiateExceptionSpec(SourceLocation PointOfInstantiation, FunctionDecl *Decl) argument
[all...]
H A DSemaExprObjC.cpp195 static bool ValidateObjCLiteralInterfaceDecl(Sema &S, ObjCInterfaceDecl *Decl, argument
H A DSemaOverload.cpp6079 NamedDecl *Decl = FoundDecl.getDecl(); local
[all...]
H A DSemaStmt.cpp1831 static bool FinishForRangeVarDecl(Sema &SemaRef, VarDecl *Decl, Expr *Init, argument
1909 VarDecl *Decl = VarDecl::Create(SemaRef.Context, DC, Loc, Loc, II, Type, local
[all...]
H A DSemaTemplate.cpp2204 ClassTemplateSpecializationDecl *Decl local
2840 VarTemplateSpecializationDecl *Decl = BuildVarTemplateInstantiation( local
2876 DeclResult Decl = CheckVarTemplateId(Template, TemplateLoc, NameInfo.getLoc(), local
[all...]
H A DSemaChecking.cpp9114 ValueDecl *Decl = ReceiverRE->getDecl(); local
9128 ObjCIvarDecl *Decl = IvarRE->getDecl(); local
[all...]
H A DSemaDecl.cpp1802 filterNonConflictingPreviousTypedefDecls(Sema &S, TypedefNameDecl *Decl, LookupResult &Previous) argument
11031 ActOnSkippedFunctionBody(Decl *Decl) argument
[all...]
H A DSemaDeclCXX.cpp85 NamedDecl *Decl = DRE->getDecl(); local
1541 auto Decl = Rec->getAsCXXRecordDecl(); local
5541 CXXMethodDecl *Decl = SMOR->getMethod(); local
12202 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc, local
[all...]
H A DSemaExpr.cpp201 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp532 const FunctionDecl *Decl = FD; local
[all...]
H A DASTContext.cpp3169 getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const argument
3220 getTypedefType(const TypedefNameDecl *Decl, QualType Canonical) const argument
3908 getObjCInterfaceType(const ObjCInterfaceDecl *Decl, ObjCInterfaceDecl *PrevDecl) const argument
5109 const BlockDecl *Decl = Expr->getBlockDecl(); local
5162 getObjCEncodingForFunctionDecl(const FunctionDecl *Decl, std::string& S) argument
5219 getObjCEncodingForMethodDecl(const ObjCMethodDecl *Decl, std::string& S, bool Extended) const argument
6467 setObjCConstantStringInterface(ObjCInterfaceDecl *Decl) argument
[all...]
H A DExprConstant.cpp1077 explicit MemberPtr(const ValueDecl *Decl) : argument
1500 const ValueDecl *Decl = GetLValueBaseDecl(Value); local
1505 const ValueDecl *Decl = GetLValueBaseDecl(Value); local
1526 const ValueDecl *Decl = Value.getLValueBase().dyn_cast<const ValueDecl*>(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1191 getTypeDeclType(const TypeDecl *Decl, const TypeDecl *PrevDecl = nullptr) const argument
2555 DeclaratorDecl *Decl; member in struct:clang::ASTContext::DynTypedNodeList::SectionInfo
2559 SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) argument
[all...]
H A DType.h4129 CXXRecordDecl *Decl; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::InjectedClassNameType
4767 mutable ObjCInterfaceDecl *Decl; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5392 TypedefNameDecl *Decl = ReadDeclAs<TypedefNameDecl>(*Loc.F, Record, Idx); local
[all...]

Completed in 460 milliseconds

12