Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 195) sorted by path

12345678

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1344 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { in getAdjustedType()
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h370 const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl()
2634 NamedDecl *New = nullptr; member
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1708 auto New = Reader.takeListener(); in ~ListenerScope() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3384 auto *New = in getBlockPointerType() local
3424 auto *New = new (*this, alignof(LValueReferenceType)) in getLValueReferenceType() local
3495 auto *New = new (*this, alignof(MemberPointerType)) in getMemberPointerType() local
3551 auto *New = new (Mem) in getConstantArrayType() local
3714 auto *New = new (*this, alignof(VariableArrayType)) in getVariableArrayType() local
4045 auto *New = new (*this, alignof(VectorType)) in getVectorType() local
4061 DependentVectorType *New; in getDependentVectorType() local
4118 auto *New = new (*this, alignof(ExtVectorType)) in getExtVectorType() local
4136 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType() local
4191 auto *New = new (*this, alignof(ConstantMatrixType)) in getConstantMatrixType() local
[all …]
H A DDecl.cpp5333 FunctionDecl *New = new (C, DC) FunctionDecl( in Create() local
H A DExprConstant.cpp788 New, enumerator
H A DItaniumMangle.cpp4900 const CXXNewExpr *New = cast<CXXNewExpr>(E); in mangleExpression() local
H A DStmt.cpp397 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp317 Value *New = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue() local
H A DCGCall.cpp4854 llvm::Value *New) { in deferPlaceholderReplacement()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp135 const MultilibBuilder &New) { in compose()
162 for (const auto &New : MultilibSegments) { in Either() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h136 FormatToken *insertTokens(ArrayRef<FormatToken *> New) override { in insertTokens()
H A DMacroExpander.cpp224 FormatToken *New = new (Allocator.Allocate()) FormatToken; in expand() local
H A DWhitespaceManager.cpp1582 auto New = Changes[i].OriginalWhitespaceRange; in generateChanges() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp251 void ReplaceStmt(Stmt *Old, Stmt *New) { in ReplaceStmt()
255 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange()
H A DRewriteObjC.cpp201 void ReplaceStmt(Stmt *Old, Stmt *New) { in ReplaceStmt()
205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp578 static bool isBetterKnownHeader(const ModuleMap::KnownHeader &New, in isBetterKnownHeader()
H A DPPMacroExpansion.cpp135 bool &New) { in addModuleMacro()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp311 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); in DoSplit() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
H A DSemaChecking.cpp16660 else if (const auto *New = dyn_cast<CXXNewExpr>(E); in CheckForIntOverflow() local

12345678