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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1963 OMPDispatchDirective *OMPDispatchDirective::Create(
1967 auto *Dir = createDirective<OMPDispatchDirective>(
1973 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C,
1976 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses,
StmtPrinter.cpp 969 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) {
StmtProfile.cpp 1165 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 5150 class OMPDispatchDirective final : public OMPExecutableDirective {
5165 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc)
5171 explicit OMPDispatchDirective()
5186 static OMPDispatchDirective *
5197 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2989 DEF_TRAVERSE_STMT(OMPDispatchDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2597 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) {
3529 S = OMPDispatchDirective::CreateEmpty(
ASTWriterStmt.cpp 2551 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9109 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) {
SemaOpenMP.cpp 9847 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt,

Completed in 57 milliseconds