Searched refs:OMPLastprivateClause (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h789 class OMPLastprivateClause : public OMPVarListClause<OMPLastprivateClause> { class in namespace:clang
797 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPLastprivateClause
799 : OMPVarListClause<OMPLastprivateClause>(OMPC_lastprivate, StartLoc,
806 explicit OMPLastprivateClause(unsigned N) function in class:clang::OMPLastprivateClause
807 : OMPVarListClause<OMPLastprivateClause>(
820 static OMPLastprivateClause *
828 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
H A DDataRecursiveASTVisitor.h2401 OMPLastprivateClause *C) {
H A DRecursiveASTVisitor.h2423 OMPLastprivateClause *C) {
/external/clang/lib/AST/
H A DStmt.cpp1171 OMPLastprivateClause *OMPLastprivateClause::Create(const ASTContext &C,
1176 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPLastprivateClause),
1179 OMPLastprivateClause *Clause =
1180 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
1185 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C,
1187 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPLastprivateClause),
1190 return new (Mem) OMPLastprivateClause(N);
H A DStmtPrinter.cpp686 void OMPClausePrinter::VisitOMPLastprivateClause(OMPLastprivateClause *Node) {
H A DStmtProfile.cpp318 OMPClauseProfiler::VisitOMPLastprivateClause(const OMPLastprivateClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp491 if (auto Clause = dyn_cast<OMPLastprivateClause>(C)) {
2852 return OMPLastprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
H A DTreeTransform.h6623 TreeTransform<Derived>::TransformOMPLastprivateClause(OMPLastprivateClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1715 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]);
1810 void OMPClauseReader::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
H A DASTWriterStmt.cpp1742 void OMPClauseWriter::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1979 const OMPLastprivateClause *C) {

Completed in 2551 milliseconds