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

/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DOwnership.h139 // given UID is always zero. If so, ActionResult will use that bit
145 /// ActionResult - This structure is used while parsing/acting on
152 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
162 ActionResult(const void *) = delete;
163 ActionResult(volatile void *) = delete;
174 const ActionResult &operator=(PtrTy RHS) {
181 // This ActionResult partia
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...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3478 static ActionResult<CXXRecordDecl *>
3635 ActionResult<CXXRecordDecl *> Pattern =

Completed in 126 milliseconds