Searched refs:setBase (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h84 void setBase(Expr *E) { SubExprs[BASE] = E; } function in class:clang::OMPArraySectionExpr
H A DExprObjC.h582 void setBase(Expr * base) { Base = base; } function in class:clang::ObjCIvarRefExpr
826 void setBase(Expr *Base) { Receiver = Base; } function in class:clang::ObjCPropertyRefExpr
1517 void setBase(Expr *E) { Base = E; }
H A DExpr.h2912 void setBase(Expr *E) { Base = E; } function in class:clang::final::final::final
4999 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } function in class:clang::final::final::DesignatedInitUpdateExpr
5544 void setBase(Expr *E) { Base = E; } function
H A DExprCXX.h945 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } function in class:clang::MSPropertySubscriptExpr
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp205 void setBase(const Value *NewBase) { Base = NewBase; } function in class:__anon5642::GuardWideningImpl::RangeCheck
632 Check.setBase(OpLHS);
640 Check.setBase(OpLHS);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp889 E->setBase(Record.readSubExpr());
957 E->setBase(Record.readSubExpr());
1053 E->setBase(Record.readSubExpr());
1142 E->setBase(Record.readSubExpr());
1361 E->setBase(Record.readSubExpr());
1381 E->setBase(Record.readSubExpr());
2072 E->setBase(Record.readSubExpr());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5804 IV->setBase(BaseExpr);
5844 IV->setBase(PE);
5879 IV->setBase(PE);
H A DRewriteModernObjC.cpp7449 IV->setBase(BaseExpr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp920 void setBase(SourceLocation Loc, DeclarationName Entity) { function in class:__anon3231::TemplateInstantiator
H A DTreeTransform.h180 void setBase(SourceLocation Loc, DeclarationName Entity) { } function in class:clang::TreeTransform
196 Self.getDerived().setBase(Location, Entity);
200 Self.getDerived().setBase(OldLocation, OldEntity);
H A DSemaTemplate.cpp10531 void setBase(SourceLocation Loc, DeclarationName Entity) { function in class:__anon3226::CurrentInstantiationRebuilder
H A DSemaOverload.cpp14000 MemExpr->setBase(ObjectArg.get());

Completed in 346 milliseconds