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

/external/clang/lib/AST/
H A DExprConstant.cpp55 static bool IsGlobalLValue(APValue::LValueBase B);
1176 static bool IsGlobalLValue(APValue::LValueBase B) { function
1255 if (!IsGlobalLValue(Base)) {
6280 return IsGlobalLValue(A.getLValueBase()) ||
8233 return IsGlobalLValue(Val.getLValueBase());

Completed in 429 milliseconds