Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h743 bool EvaluateWithSubstitution(APValue &Value, ASTContext &Ctx,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7212 !EIA->getCond()->EvaluateWithSubstitution( in CheckEnableIf()
7273 if (!DIA->getCond()->EvaluateWithSubstitution( in diagnoseArgDependentDiagnoseIfAttrs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16888 bool Expr::EvaluateWithSubstitution(APValue &Value, ASTContext &Ctx, in EvaluateWithSubstitution() function in Expr