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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 224 Expr *getCombinerIn() { return In; }
225 const Expr *getCombinerIn() const { return In; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3322 cast<DeclRefExpr>(D->getCombinerIn())->getDecl(),
3323 cast<DeclRefExpr>(NewDRD->getCombinerIn())->getDecl());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1860 Record.AddStmt(D->getCombinerIn());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 1175 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerIn())->getDecl()),

Completed in 83 milliseconds