Home
last modified time | relevance | path

Searched refs:AnyFunctionEffects (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h647 mutable bool AnyFunctionEffects = false; variable
2914 bool hasAnyFunctionEffects() const { return AnyFunctionEffects; } in hasAnyFunctionEffects()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4920 AnyFunctionEffects = true; in getFunctionTypeInternal()