Searched defs:LValType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 4040 findCompleteObject(EvalInfo & Info,const Expr * E,AccessKinds AK,const LValue & LVal,QualType LValType) findCompleteObject() argument 4402 handleAssignment(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,APValue & Val) handleAssignment() argument 4547 handleCompoundAssignment(EvalInfo & Info,const CompoundAssignOperator * E,const LValue & LVal,QualType LValType,QualType PromotedLValType,BinaryOperatorKind Opcode,const APValue & RVal) handleCompoundAssignment() argument 4696 handleIncDec(EvalInfo & Info,const Expr * E,const LValue & LVal,QualType LValType,bool IsIncrement,APValue * Old) handleIncDec() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3138 EmitThreadLocalVarDeclLValue(CodeGenFunction & CGF,const VarDecl * VD,QualType LValType) EmitThreadLocalVarDeclLValue() argument
|
H A D | MicrosoftCXXABI.cpp | 2512 EmitThreadLocalVarDeclLValue(CodeGenFunction & CGF,const VarDecl * VD,QualType LValType) EmitThreadLocalVarDeclLValue() argument
|