Home
last modified time | relevance | path

Searched defs:isUnevaluated (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h104 static bool isUnevaluated(const Stmt *Smt, const Stmt &Stm, in isUnevaluated() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp272 bool ExprMutationAnalyzer::Analyzer::isUnevaluated(const Stmt *Exp, in isUnevaluated() function in clang::ExprMutationAnalyzer::Analyzer
305 bool ExprMutationAnalyzer::Analyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated() function in clang::ExprMutationAnalyzer::Analyzer
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h143 bool isUnevaluated(unsigned ID) const { in isUnevaluated() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h288 bool isUnevaluated() const { in isUnevaluated() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6397 bool isUnevaluated() const { in isUnevaluated() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1907 bool isUnevaluated() const { return getKind() == StringLiteralKind::Unevaluated; } in isUnevaluated() function