Searched refs:OMPNumThreadsClause (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h208 class OMPNumThreadsClause : public OMPClause { class in namespace:clang
227 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, function in class:clang::OMPNumThreadsClause
234 OMPNumThreadsClause() function in class:clang::OMPNumThreadsClause
H A DDataRecursiveASTVisitor.h2332 RecursiveASTVisitor<Derived>::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) {
H A DRecursiveASTVisitor.h2354 RecursiveASTVisitor<Derived>::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp606 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) {
H A DStmtProfile.cpp276 void OMPClauseProfiler::VisitOMPNumThreadsClause(const OMPNumThreadsClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1685 C = new (Context) OMPNumThreadsClause();
1748 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) {
H A DASTWriterStmt.cpp1689 void OMPClauseWriter::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2030 OMPNumThreadsClause(ValExpr, StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h6522 TreeTransform<Derived>::TransformOMPNumThreadsClause(OMPNumThreadsClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1941 void OMPClauseEnqueue::VisitOMPNumThreadsClause(const OMPNumThreadsClause *C) {

Completed in 757 milliseconds