Home
last modified time | relevance | path

Searched defs:setAction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h81 void setAction(const Action *A) { Act = A; } in setAction() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h154 void setAction(const InstrAspect &Aspect, in setAction() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h89 void setAction(PrePostActionTy &Action) const { PrePostAction = &Action; } in setAction() function