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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 1046 class OMPProcBindClause : public OMPClause {
1077 OMPProcBindClause(llvm::omp::ProcBindKind A, SourceLocation ALoc,
1084 OMPProcBindClause()
RecursiveASTVisitor.h 3097 bool RecursiveASTVisitor<Derived>::VisitOMPProcBindClause(OMPProcBindClause *) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1630 void OMPClausePrinter::VisitOMPProcBindClause(OMPProcBindClause *Node) {
StmtProfile.cpp 500 void OMPClauseProfiler::VisitOMPProcBindClause(const OMPProcBindClause *C) { }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1563 if (const auto *ProcBindClause = S.getSingleClause<OMPProcBindClause>()) {
1703 if (const auto *ProcBindClause = S.getSingleClause<OMPProcBindClause>())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6081 void OMPClauseWriter::VisitOMPProcBindClause(OMPProcBindClause *C) {
ASTReader.cpp 11733 C = new (Context) OMPProcBindClause();
12051 void OMPClauseReader::VisitOMPProcBindClause(OMPProcBindClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2236 void OMPClauseEnqueue::VisitOMPProcBindClause(const OMPProcBindClause *C) {}
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9236 TreeTransform<Derived>::TransformOMPProcBindClause(OMPProcBindClause *C) {
SemaOpenMP.cpp 14223 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);

Completed in 114 milliseconds