Home
last modified time | relevance | path

Searched defs:setBase (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
H A DExprObjC.h582 void setBase(Expr * base) { Base = base; } in setBase() function
822 void setBase(Expr *Base) { Receiver = Base; } in setBase() function
1506 void setBase(Expr *E) { Base = E; } in setBase() function
H A DExpr.h2682 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
3164 void setBase(Expr *E) { Base = E; } in setBase() function
5308 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function
5850 void setBase(Expr *E) { Base = E; } in setBase() function
H A DExprCXX.h1002 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp87 void setBase(int Value) { in setBase() function in __anon55c4489a0111::MOVEMState
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp205 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon59e977a60111::GuardWideningImpl::RangeCheck
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp943 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon1be828e00111::TemplateInstantiator
H A DSemaTemplate.cpp10779 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anonccaa7e1c1111::CurrentInstantiationRebuilder
H A DTreeTransform.h189 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function