HomeSort by relevance Sort by last modified time
    Searched refs:destination_exprs (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
OpenMPClause.h 1452 helper_expr_const_range destination_exprs() const { function in class:clang::OMPLastprivateClause
1456 helper_expr_range destination_exprs() { function in class:clang::OMPLastprivateClause
2176 helper_expr_const_range destination_exprs() const { function in class:clang::OMPCopyinClause
2180 helper_expr_range destination_exprs() { function in class:clang::OMPCopyinClause
2321 helper_expr_const_range destination_exprs() const { function in class:clang::OMPCopyprivateClause
2325 helper_expr_range destination_exprs() { function in class:clang::OMPCopyprivateClause
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 372 for (auto *E : C->destination_exprs()) {
427 for (auto *E : C->destination_exprs()) {
440 for (auto *E : C->destination_exprs()) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 468 auto IDestRef = C->destination_exprs().begin();
532 auto IDestRef = C->destination_exprs().begin();
613 auto IDestRef = C->destination_exprs().begin();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 3415 milliseconds