Searched defs:Old (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12524 bool isUnsequenced(Seq Cur, Seq Old) { argument
H A DSemaDecl.cpp1548 bool Sema::CheckRedeclarationModuleOwnership(NamedDecl *New, NamedDecl *Old) { argument
2174 NamedDecl *Old = Filter.next(); local
2200 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDec argument
2287 TypeDecl *Old = OldDecls.getAsSingle<TypeDecl>(); local
2443 mergeAlignedAttrs(Sema &S, NamedDecl *New, Decl *Old) argument
2657 checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) argument
2825 mergeDeclAttributes(NamedDecl *New, Decl *Old, AvailabilityMergeKind AMK) argument
3055 getNoteDiagForInvalidRedeclaration(const T *Old, const T *New) argument
3088 haveIncompatibleLanguageLinkages(const T *Old, const T *New) argument
3127 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); local
3215 FunctionDecl *Old = OldD->getAsFunction(); local
3809 MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, Scope *S, bool MergeTypeWithOld) argument
3867 diagnoseVarDeclTypeMismatch(Sema &S, VarDecl *New, VarDecl* Old) argument
3890 MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld) argument
4025 VarDecl *Old = nullptr; local
4248 notePreviousDefinition(const NamedDecl *Old, SourceLocation New) argument
4305 checkVarDeclRedefinition(VarDecl *Old, VarDecl *New) argument
[all...]
H A DSemaExpr.cpp5136 NamedDecl *Old = Previous.getRepresentativeDecl(); local
H A DTreeTransform.h106 TemplateArgument Old; member in class:clang::TreeTransform::ForgetPartiallySubstitutedPackRAII
469 void transformAttrs(Decl *Old, Decl *New) { } argument
478 void transformedLocalDecl(Decl *Old, ArrayRef<Decl *> New) { argument
11667 TransformOverloadExprDecls(OverloadExpr *Old, bool RequiresADL, LookupResult &R) argument
11724 TransformUnresolvedLookupExpr( UnresolvedLookupExpr *Old) argument
11927 const ASTTemplateArgumentListInfo *Old = E->getTemplateArgsAsWritten(); local
12837 TransformUnresolvedMemberExpr(UnresolvedMemberExpr *Old) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h360 bool shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, argument
[all...]

Completed in 421 milliseconds

1234