Home
last modified time | relevance | path

Searched defs:ResultDecl (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp239 const T *ResultDecl; in findDefInDeclContext() local
319 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl() local
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator
357 Stmt *ResultDecl = nullptr; member
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7725 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt() local