Home
last modified time | relevance | path

Searched refs:IsGlobalLValue (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp55 static bool IsGlobalLValue(APValue::LValueBase B);
1256 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
1335 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
6842 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
8968 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()