Home
last modified time | relevance | path

Searched refs:getFunctionEffects (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp248 DeclEffects = FD->getFunctionEffects(); in CallableInfo()
251 DeclEffects = BD->getFunctionEffects(); in CallableInfo()
H A DSemaOverload.cpp2017 const auto FromFX = FromFPT->getFunctionEffects(); in IsFunctionConversion()
2018 const auto ToFX = ToFPT->getFunctionEffects(); in IsFunctionConversion()
H A DSemaDeclCXX.cpp18673 const auto OldFX = Old->getFunctionEffects(); in CheckOverridingFunctionAttributes()
18674 const auto NewFXOrig = New->getFunctionEffects(); in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3885 const auto OldFX = Old->getFunctionEffects(); in MergeFunctionDecl()
3886 const auto NewFX = New->getFunctionEffects(); in MergeFunctionDecl()
H A DSemaType.cpp7668 if (S.diagnoseConflictingFunctionEffect(FPT->getFunctionEffects(), NewEC, in handleNonBlockingNonAllocatingTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3107 FunctionEffectsRef getFunctionEffects() const { in getFunctionEffects() function
3113 return FPT->getFunctionEffects(); in getFunctionEffects()
4757 FunctionEffectsRef getFunctionEffects() const { in getFunctionEffects() function
4760 return FPT->getFunctionEffects(); in getFunctionEffects()
H A DType.h5457 EPI.FunctionEffects = getFunctionEffects();
5712 FunctionEffectsRef getFunctionEffects() const {
9054 return FPT->getFunctionEffects();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1042 const FunctionEffectsRef FX = T->getFunctionEffects(); in printFunctionProtoAfter()
H A DASTContext.cpp11435 FunctionEffectsRef LHSFX = lproto->getFunctionEffects(); in mergeFunctionTypes()
11436 FunctionEffectsRef RHSFX = rproto->getFunctionEffects(); in mergeFunctionTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp858 for (const FunctionEffectWithCondition &Fe : FD->getFunctionEffects()) { in StartFunction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8875 SemaObj->addDeclWithEffects(FD, FD->getFunctionEffects()); in InitializeSema()
8877 SemaObj->addDeclWithEffects(BD, BD->getFunctionEffects()); in InitializeSema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15453 if (FunctionEffectsRef FX = D->getFunctionEffects(); !FX.empty()) in maybeAddDeclWithEffects()