/external/clang/include/clang/AST/ |
D | ExprOpenMP.h | 85 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
|
D | Expr.h | 2404 void setBase(Expr *E) { Base = E; } in setBase() function 4293 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 4529 void setBase(Expr *E) { Base = E; } in setBase() function
|
D | ExprCXX.h | 734 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprOpenMP.h | 88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
|
D | ExprObjC.h | 582 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
|
D | Expr.h | 2680 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function 3162 void setBase(Expr *E) { Base = E; } in setBase() function 5303 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function 5845 void setBase(Expr *E) { Base = E; } in setBase() function
|
D | ExprCXX.h | 992 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 148 void setBase(Value *NewBase) { Base = NewBase; } in setBase() function in __anon212bcca40111::GuardWideningImpl::RangeCheck
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 205 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anonbde45b460111::GuardWideningImpl::RangeCheck
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 205 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anona979f6520111::GuardWideningImpl::RangeCheck
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 652 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anonabf5265e0111::TemplateInstantiator
|
D | SemaTemplate.cpp | 8425 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon1dc2de5a0611::CurrentInstantiationRebuilder
|
D | TreeTransform.h | 171 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 942 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anond5b10c8c0111::TemplateInstantiator
|
D | SemaTemplate.cpp | 10785 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon80afb5481011::CurrentInstantiationRebuilder
|
D | TreeTransform.h | 189 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function
|