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

  /external/clang/include/clang/AST/
OpenMPClause.h 848 class OMPSharedClause : public OMPVarListClause<OMPSharedClause> {
856 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc,
858 : OMPVarListClause<OMPSharedClause>(OMPC_shared, StartLoc, LParenLoc,
865 explicit OMPSharedClause(unsigned N)
866 : OMPVarListClause<OMPSharedClause>(OMPC_shared, SourceLocation(),
879 static OMPSharedClause *Create(const ASTContext &C, SourceLocation StartLoc,
887 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
StmtPrinter.cpp 694 void OMPClausePrinter::VisitOMPSharedClause(OMPSharedClause *Node) {
    [all...]
StmtProfile.cpp 321 void OMPClauseProfiler::VisitOMPSharedClause(const OMPSharedClause *C) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 283 milliseconds