Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2914 bool hasAnyFunctionEffects() const { return AnyFunctionEffects; } in hasAnyFunctionEffects() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp723 if (Context.hasAnyFunctionEffects() && !isCast(CCK) && in ImpCastExprToType()
H A DSemaOverload.cpp1867 if (Context.hasAnyFunctionEffects() && getLangOpts().CPlusPlus) { in IsFunctionConversion()
H A DSemaDeclCXX.cpp18135 if (Context.hasAnyFunctionEffects()) { in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3817 if (Context.hasAnyFunctionEffects()) { in MergeFunctionDecl()