Home
last modified time | relevance | path

Searched defs:isPotentiallyEvaluated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp132 AST_MATCHER(CXXTypeidExpr, isPotentiallyEvaluated) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp135 bool CXXTypeidExpr::isPotentiallyEvaluated() const { in isPotentiallyEvaluated() function in CXXTypeidExpr