Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp772 IsGlobalLV = Eval.isGlobalLValue(); in FillInlineAsmIdentifierInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h648 bool isGlobalLValue() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16315 bool Expr::EvalResult::isGlobalLValue() const { in isGlobalLValue() function in Expr::EvalResult