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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 737 OMPScanDirective *OMPScanDirective::Create(const ASTContext &C,
741 return createDirective<OMPScanDirective>(C, Clauses,
746 OMPScanDirective *OMPScanDirective::CreateEmpty(const ASTContext &C,
749 return createEmptyDirective<OMPScanDirective>(C, NumClauses);
StmtPrinter.cpp 769 void StmtPrinter::VisitOMPScanDirective(OMPScanDirective *Node) {
StmtProfile.cpp 990 void StmtProfiler::VisitOMPScanDirective(const OMPScanDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 5044 class OMPScanDirective final : public OMPExecutableDirective {
5052 OMPScanDirective(SourceLocation StartLoc, SourceLocation EndLoc)
5058 explicit OMPScanDirective()
5071 static OMPScanDirective *Create(const ASTContext &C, SourceLocation StartLoc,
5081 static OMPScanDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
RecursiveASTVisitor.h 2890 DEF_TRAVERSE_STMT(OMPScanDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2410 void ASTStmtReader::VisitOMPScanDirective(OMPScanDirective *D) {
3288 S = OMPScanDirective::CreateEmpty(
ASTWriterStmt.cpp 2377 void ASTStmtWriter::VisitOMPScanDirective(OMPScanDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 266 EmitOMPScanDirective(cast<OMPScanDirective>(*S));
CGStmtOpenMP.cpp 4835 void CodeGenFunction::EmitOMPScanDirective(const OMPScanDirective &S) {
7083 if (const auto *SD = dyn_cast<OMPScanDirective>(&D)) {
CodeGenFunction.h 3463 void EmitOMPScanDirective(const OMPScanDirective &S);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2069 void VisitOMPScanDirective(const OMPScanDirective *D);
2980 void EnqueueVisitor::VisitOMPScanDirective(const OMPScanDirective *D) {
5615 return cxstring::createRef("OMPScanDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8716 TreeTransform<Derived>::TransformOMPScanDirective(OMPScanDirective *D) {
SemaOpenMP.cpp 10280 return OMPScanDirective::Create(Context, StartLoc, EndLoc, Clauses);

Completed in 103 milliseconds