HomeSort by relevance Sort by last modified time
    Searched defs:VerifyJobAction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Action.cpp 119 void VerifyJobAction::anchor() {}
121 VerifyJobAction::VerifyJobAction(ActionClass Kind, Action *Input,
125 "ActionClass is not a valid VerifyJobAction");
128 VerifyJobAction::VerifyJobAction(ActionClass Kind, ActionList &Inputs,
132 "ActionClass is not a valid VerifyJobAction");
139 : VerifyJobAction(VerifyDebugInfoJobClass, Input, Type) {
145 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {
  /external/clang/include/clang/Driver/
Action.h 234 class VerifyJobAction : public JobAction {
237 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type);
238 VerifyJobAction(ActionClass Kind, ActionList &Inputs, types::ID Type);
245 class VerifyDebugInfoJobAction : public VerifyJobAction {
254 class VerifyPCHJobAction : public VerifyJobAction {

Completed in 242 milliseconds