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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 722 OMPDepobjDirective *OMPDepobjDirective::Create(const ASTContext &C,
726 return createDirective<OMPDepobjDirective>(
731 OMPDepobjDirective *OMPDepobjDirective::CreateEmpty(const ASTContext &C,
734 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses);
StmtPrinter.cpp 764 void StmtPrinter::VisitOMPDepobjDirective(OMPDepobjDirective *Node) {
StmtProfile.cpp 986 void StmtProfiler::VisitOMPDepobjDirective(const OMPDepobjDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2620 class OMPDepobjDirective final : public OMPExecutableDirective {
2629 OMPDepobjDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2635 explicit OMPDepobjDirective()
2647 static OMPDepobjDirective *Create(const ASTContext &C,
2658 static OMPDepobjDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2887 DEF_TRAVERSE_STMT(OMPDepobjDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2405 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) {
3283 S = OMPDepobjDirective::CreateEmpty(
ASTWriterStmt.cpp 2371 void ASTStmtWriter::VisitOMPDepobjDirective(OMPDepobjDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 263 EmitOMPDepobjDirective(cast<OMPDepobjDirective>(*S));
CodeGenFunction.h 3462 void EmitOMPDepobjDirective(const OMPDepobjDirective &S);
CGStmtOpenMP.cpp 4812 void CodeGenFunction::EmitOMPDepobjDirective(const OMPDepobjDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2068 void VisitOMPDepobjDirective(const OMPDepobjDirective *D);
2976 void EnqueueVisitor::VisitOMPDepobjDirective(const OMPDepobjDirective *D) {
5613 return cxstring::createRef("OMPDepobjDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8705 TreeTransform<Derived>::TransformOMPDepobjDirective(OMPDepobjDirective *D) {
SemaOpenMP.cpp 10250 return OMPDepobjDirective::Create(Context, StartLoc, EndLoc, Clauses);

Completed in 73 milliseconds