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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1517 OMPAffinityClause *
1518 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc,
1524 OMPAffinityClause(StartLoc, LParenLoc, ColonLoc, EndLoc, Locators.size());
1530 OMPAffinityClause *OMPAffinityClause::CreateEmpty(const ASTContext &C,
1533 return new (Mem) OMPAffinityClause(N);
2235 void OMPClausePrinter::VisitOMPAffinityClause(OMPAffinityClause *Node) {
StmtProfile.cpp 867 void OMPClauseProfiler::VisitOMPAffinityClause(const OMPAffinityClause *C) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 8136 class OMPAffinityClause final
8137 : public OMPVarListClause<OMPAffinityClause>,
8138 private llvm::TrailingObjects<OMPAffinityClause, Expr *> {
8153 OMPAffinityClause(SourceLocation StartLoc, SourceLocation LParenLoc,
8155 : OMPVarListClause<OMPAffinityClause>(llvm::omp::OMPC_affinity, StartLoc,
8161 explicit OMPAffinityClause(unsigned N)
8162 : OMPVarListClause<OMPAffinityClause>(llvm::omp::OMPC_affinity,
8183 static OMPAffinityClause *Create(const ASTContext &C, SourceLocation StartLoc,
8193 static OMPAffinityClause *CreateEmpty(const ASTContext &C, unsigned N);
8212 auto Children = const_cast<OMPAffinityClause *>(this)->children()
    [all...]
RecursiveASTVisitor.h 3623 OMPAffinityClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 4370 if (D.hasClausesOfKind<OMPAffinityClause>()) {
4377 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) {
4430 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) {
4462 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6680 void OMPClauseWriter::VisitOMPAffinityClause(OMPAffinityClause *C) {
ASTReader.cpp 11967 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt());
12925 void OMPClauseReader::VisitOMPAffinityClause(OMPAffinityClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2568 void OMPClauseEnqueue::VisitOMPAffinityClause(const OMPAffinityClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 10139 TreeTransform<Derived>::TransformOMPAffinityClause(OMPAffinityClause *C) {
SemaOpenMP.cpp 20865 return OMPAffinityClause::Create(Context, StartLoc, LParenLoc, ColonLoc,

Completed in 108 milliseconds