Searched refs:HandleLValueBasePath (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1998 static bool HandleLValueBasePath(EvalInfo &Info, const CastExpr *E, in HandleLValueBasePath() function 4682 return HandleLValueBasePath(this->Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 4858 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath, in VisitMaterializeTemporaryExpr() 5147 return HandleLValueBasePath(Info, E, E->getSubExpr()->getType()-> in VisitCastExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 3086 static bool HandleLValueBasePath(EvalInfo &Info, const CastExpr *E, in HandleLValueBasePath() function 8001 return HandleLValueBasePath(this->Info, E, E->getSubExpr()->getType(), in VisitCastExpr() 8258 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath, in VisitMaterializeTemporaryExpr() 8748 return HandleLValueBasePath(Info, E, E->getSubExpr()->getType()-> in VisitCastExpr()
|