Searched defs:ActionResult (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DOwnership.h152 class ActionResult { class in namespace:clang
157 ActionResult(bool Invalid = false) : Val(PtrTy()), Invalid(Invalid) {} function in class:clang::ActionResult
158 ActionResult(PtrTy val) : Val(val), Invalid(false) {} function in class:clang::ActionResult
159 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {} function in class:clang::ActionResult
184 class ActionResult<PtrTy, true> { class in namespace:clang
192 ActionResult(bool Invalid = false) function in class:clang::ActionResult
195 ActionResult(PtrTy V) { function in class:clang::ActionResult
201 ActionResult(const DiagnosticBuilder &) : PtrWithInvalid(0x01) {} function in class:clang::ActionResult
[all...]

Completed in 112 milliseconds