HomeSort by: relevance | last modified time | path
    Searched refs:destination_exprs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp 614 for (auto *E : C->destination_exprs()) {
751 for (auto *E : C->destination_exprs()) {
767 for (auto *E : C->destination_exprs()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2692 helper_expr_const_range destination_exprs() const { function in class:clang::final
2697 helper_expr_range destination_exprs() { function in class:clang::final
4139 helper_expr_const_range destination_exprs() const { function in class:clang::final
4144 helper_expr_range destination_exprs() { function in class:clang::final
4303 helper_expr_const_range destination_exprs() const { function in class:clang::final
4308 helper_expr_range destination_exprs() { function in class:clang::final
RecursiveASTVisitor.h 3312 for (auto *E : C->destination_exprs()) {
3361 for (auto *E : C->destination_exprs()) {
3377 for (auto *E : C->destination_exprs()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 979 auto IDestRef = C->destination_exprs().begin();
1058 const auto *IDestRef = C->destination_exprs().begin();
1153 auto IDestRef = C->destination_exprs().begin();
3909 DestExprs.append(C->destination_exprs().begin(),
3910 C->destination_exprs().end());
4301 auto ID = C->destination_exprs().begin();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6226 for (auto *E : C->destination_exprs())
6352 for (auto *E : C->destination_exprs())
6365 for (auto *E : C->destination_exprs())
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2396 for (auto *E : C->destination_exprs()) {
2496 for (auto *E : C->destination_exprs()) {
2509 for (auto *E : C->destination_exprs()) {

Completed in 55 milliseconds