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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 707 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C,
711 return createDirective<OMPFlushDirective>(
716 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C,
719 return createEmptyDirective<OMPFlushDirective>(C, NumClauses);
StmtPrinter.cpp 759 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) {
StmtProfile.cpp 982 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2568 class OMPFlushDirective : public OMPExecutableDirective {
2576 OMPFlushDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2582 explicit OMPFlushDirective()
2595 static OMPFlushDirective *Create(const ASTContext &C, SourceLocation StartLoc,
2605 static OMPFlushDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2884 DEF_TRAVERSE_STMT(OMPFlushDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2400 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) {
3278 S = OMPFlushDirective::CreateEmpty(
ASTWriterStmt.cpp 2365 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 260 EmitOMPFlushDirective(cast<OMPFlushDirective>(*S));
CodeGenFunction.h 3461 void EmitOMPFlushDirective(const OMPFlushDirective &S);
CGStmtOpenMP.cpp 4797 void CodeGenFunction::EmitOMPFlushDirective(const OMPFlushDirective &S) {
CGOpenMPRuntime.cpp 6559 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) ||
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2067 void VisitOMPFlushDirective(const OMPFlushDirective *D);
2972 void EnqueueVisitor::VisitOMPFlushDirective(const OMPFlushDirective *D) {
5611 return cxstring::createRef("OMPFlushDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8694 TreeTransform<Derived>::TransformOMPFlushDirective(OMPFlushDirective *D) {
SemaOpenMP.cpp 10228 return OMPFlushDirective::Create(Context, StartLoc, EndLoc, Clauses);

Completed in 124 milliseconds