Home
last modified time | relevance | path

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

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