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

/external/clang/include/clang/AST/
H A DOpenMPClause.h154 class OMPIfClause : public OMPClause { class in namespace:clang
173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPIfClause
180 OMPIfClause() function in class:clang::OMPIfClause
H A DDataRecursiveASTVisitor.h2325 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
H A DRecursiveASTVisitor.h2347 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp600 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
H A DStmtProfile.cpp271 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1682 C = new (Context) OMPIfClause();
1743 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) {
H A DASTWriterStmt.cpp1684 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1955 return new (Context) OMPIfClause(ValExpr, StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h6512 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1937 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) {

Completed in 278 milliseconds