Searched defs:New (Results 126 - 138 of 138) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6555 QualType wrap(Sema &S, const FunctionType *New) { argument
6591 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); local
6599 QualType New = wrap(C, cast<PointerType>(Old)->getPointeeType(), I); local
6604 QualType New = wrap(C, cast<BlockPointerType>(Old)->getPointeeType(),I); local
6610 QualType New local
6616 QualType New = wrap(C, OldRef->getPointeeType(), I); local
[all...]
H A DSemaTemplate.cpp7422 static bool MatchTemplateParameterKind(Sema &S, NamedDecl *New, NamedDecl *Old, argument
7553 DiagnoseTemplateParameterListArityMismatch(Sema &S, TemplateParameterList *New, TemplateParameterList *Old, Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
7596 TemplateParameterListsAreEqual(TemplateParameterList *New, TemplateParameterList *Old, bool Complain, TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
[all...]
H A DSemaDecl.cpp1533 bool Sema::CheckRedeclarationModuleOwnership(NamedDecl *New, NamedDecl *Old) { argument
1415 AllowOverloadingOfFunction(LookupResult &Previous, ASTContext &Context, const FunctionDecl *New) argument
2103 FunctionDecl *New = FunctionDecl::Create(Context, local
2183 isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) argument
2222 MergeTypedefNameDecl(Scope *S, TypedefNameDecl *New, LookupResult &OldDecls) argument
2426 mergeAlignedAttrs(Sema &S, NamedDecl *New, Decl *Old) argument
2636 checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) argument
2789 mergeDeclAttributes(NamedDecl *New, Decl *Old, AvailabilityMergeKind AMK) argument
3019 getNoteDiagForInvalidRedeclaration(const T *Old, const T *New) argument
3052 haveIncompatibleLanguageLinkages(const T *Old, const T *New) argument
3072 checkUsingShadowRedecl(Sema &S, UsingShadowDecl *OldS, ExpectedDecl *New) argument
3176 MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, Scope *S, bool MergeTypeWithOld) argument
3782 MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, Scope *S, bool MergeTypeWithOld) argument
3840 diagnoseVarDeclTypeMismatch(Sema &S, VarDecl *New, VarDecl* Old) argument
3863 MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld) argument
3987 MergeVarDecl(VarDecl *New, LookupResult &Previous) argument
4221 notePreviousDefinition(const NamedDecl *Old, SourceLocation New) argument
4278 checkVarDeclRedefinition(VarDecl *Old, VarDecl *New) argument
5721 NamedDecl *New; local
13202 ParmVarDecl *New = local
13325 ParmVarDecl *New = ParmVarDecl::Create(Context, DC, StartLoc, NameLoc, Name, local
15558 TagDecl *New; local
17281 EnumConstantDecl *New = local
17739 FileScopeAsmDecl *New = FileScopeAsmDecl::Create(Context, CurContext, local
[all...]
H A DTreeTransform.h461 void transformAttrs(Decl *Old, Decl *New) { } argument
470 void transformedLocalDecl(Decl *Old, ArrayRef<Decl *> New) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4898 Value *Ptr, *Cmp, *New; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2688 static void Profile(llvm::FoldingSetNodeID &ID, QualType Orig, QualType New) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3842 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp250 void ReplaceStmt(Stmt *Old, Stmt *New) { argument
254 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2631 UsesReplacer(Instruction *Inst, Value *New) : TypePromotionAction(Inst) { argument
2632 LLVM_DEBUG(dbgs() << "Do: UsersReplacer: " << *Inst << " with " << *New local
2784 replaceAllUsesWith(Instruction *Inst, Value *New) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8015 SDValue New = Op.getOperand(3); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3090 auto *New = new (*this, TypeAlignment) ComplexType(T, Canonical); local
3118 auto *New = new (*this, TypeAlignment) PointerType(T, Canonical); local
3209 auto *New = new (*this, TypeAlignment) BlockPointerType(T, Canonical); local
3247 auto *New = new (*this, TypeAlignment) LValueReferenceType(T, Canonical, local
3283 auto *New = new (*this, TypeAlignment) RValueReferenceType(T, Canonical); local
3313 auto *New = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical); local
3367 auto *New = new (Mem) local
3530 auto *New = new (*this, TypeAlignment) local
3669 auto *New = new (*this, TypeAlignment) local
3686 DependentVectorType *New; local
3739 auto *New = new (*this, TypeAlignment) local
3757 DependentSizedExtVectorType *New; local
3855 auto *New = new (*this, TypeAlignment) local
4071 auto *New = new (*this, TypeAlignment) PipeType(T, Canonical, ReadOnly); local
5213 auto *New = new (*this, TypeAlignment) AtomicType(T, Canonical); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1040 SDValue New; local
12909 auto New = splitInt128(N->getOperand(3), DAG); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1905 NamedDecl *New; member in struct:clang::final::SkipBodyInfo
356 shouldLinkPossiblyHiddenDecl(const NamedDecl *Old, const NamedDecl *New) argument
[all...]

Completed in 681 milliseconds

123456