Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp551 for (FunctionEffect Effect : S.AllEffectsToVerify) { in run()
1477 AllEffectsToVerify.insert(EC.Effect); in addDeclWithEffects()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15432 FunctionEffectKindSet AllEffectsToVerify; variable