HomeSort by: relevance | last modified time | path
    Searched defs:ResultDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 239 const T *ResultDecl;
240 if (!ND || !hasBodyOrInit(ND, ResultDecl))
242 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
245 return ResultDecl;
319 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName))
320 return importDefinition(ResultDecl, Unit);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 330 ResultDecl, ///< Declaration holding the result of get_return_object.
357 Stmt *ResultDecl = nullptr;
412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7815 assert(S->getResultDecl() && "ResultDecl must already be built");
7816 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl());
7817 if (ResultDecl.isInvalid())
7819 Builder.ResultDecl = ResultDecl.get();

Completed in 70 milliseconds