Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp56 static bool IsGlobalLValue(APValue::LValueBase B);
1332 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
1411 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
7121 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
9285 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()