Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2050 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
2261 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
16317 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()