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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 472 OMPCriticalDirective *OMPCriticalDirective::Create(
476 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt,
481 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C,
484 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses,
StmtPrinter.cpp 701 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) {
StmtProfile.cpp 935 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1923 class OMPCriticalDirective : public OMPExecutableDirective {
1934 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc,
1942 explicit OMPCriticalDirective()
1963 static OMPCriticalDirective *
1973 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2846 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2345 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) {
3225 S = OMPCriticalDirective::CreateEmpty(
ASTWriterStmt.cpp 2251 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 230 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S));
CodeGenFunction.h 3451 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
CGStmtOpenMP.cpp 4030 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1969 return cast<OMPCriticalDirective>(S)->getDirectiveName();
2054 void VisitOMPCriticalDirective(const OMPCriticalDirective *D);
2923 void EnqueueVisitor::VisitOMPCriticalDirective(const OMPCriticalDirective *D) {
5591 return cxstring::createRef("OMPCriticalDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 124 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
466 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) {
469 const std::pair<const OMPCriticalDirective *, llvm::APSInt>
9955 auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc,
TreeTransform.h 8469 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName();
8585 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) {

Completed in 74 milliseconds