Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1169 AddOptnoneAttributeIfNoConflicts(FD, OptimizeOffPragmaLocation); in AddRangeBasedOptnone()
1192 AddOptnoneAttributeIfNoConflicts(FD, FD->getBeginLoc()); in ModifyFnAttributesMSPragmaOptimize()
1195 void Sema::AddOptnoneAttributeIfNoConflicts(FunctionDecl *FD, in AddOptnoneAttributeIfNoConflicts() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11143 void AddOptnoneAttributeIfNoConflicts(FunctionDecl *FD, SourceLocation Loc);