HomeSort by: relevance | last modified time | path
    Searched refs:ActionResult (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Ownership.h 139 // 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 {
157 ActionResult(bool Invalid = false) : Val(PtrTy()), Invalid(Invalid) {}
158 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
159 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
162 ActionResult(const void *) = delete;
163 ActionResult(volatile void *) = delete;
174 const ActionResult &operator=(PtrTy RHS) {
181 // This ActionResult partial specialization places the "invalid
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 3044 static ActionResult<CXXRecordDecl *>
3201 ActionResult<CXXRecordDecl *> Pattern =

Completed in 56 milliseconds