Searched refs:getCapturedDecl (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h2074 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } function in class:clang::CapturedStmt
2075 const CapturedDecl *getCapturedDecl() const { function in class:clang::CapturedStmt
2076 return const_cast<CapturedStmt *>(this)->getCapturedDecl();
H A DDataRecursiveASTVisitor.h2236 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
H A DRecursiveASTVisitor.h2258 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/external/clang/lib/AST/
H A DStmtPrinter.cpp448 PrintStmt(Node->getCapturedDecl()->getBody());
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1217 CS->getCapturedDecl()->setNothrow();
1852 CS->getCapturedDecl()->setNothrow();
H A DTreeTransform.h10202 CapturedDecl *CD = S->getCapturedDecl();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp2111 const CapturedDecl *CD = S.getCapturedDecl();
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp399 S->getCapturedDecl()->setBody(S->getCapturedStmt());
H A DASTWriterStmt.cpp296 Writer.AddDeclRef(S->getCapturedDecl(), Record);

Completed in 262 milliseconds