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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1981 OMPMaskedDirective *OMPMaskedDirective::Create(const ASTContext &C,
1986 return createDirective<OMPMaskedDirective>(C, Clauses, AssociatedStmt,
1991 OMPMaskedDirective *OMPMaskedDirective::CreateEmpty(const ASTContext &C,
1994 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses,
StmtPrinter.cpp 974 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) {
StmtProfile.cpp 1169 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 5215 class OMPMaskedDirective final : public OMPExecutableDirective {
5224 OMPMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc)
5230 explicit OMPMaskedDirective()
5242 static OMPMaskedDirective *
5250 static OMPMaskedDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2992 DEF_TRAVERSE_STMT(OMPMaskedDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2603 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) {
3534 S = OMPMaskedDirective::CreateEmpty(
ASTWriterStmt.cpp 2558 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 387 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S));
CodeGenFunction.h 3450 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
CGStmtOpenMP.cpp 3993 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9120 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) {
SemaOpenMP.cpp 9902 return OMPMaskedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);

Completed in 67 milliseconds