Searched defs:VisitOMPTargetDataDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2548 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { VisitOMPTargetDataDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2580 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { VisitOMPTargetDataDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 900 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { VisitOMPTargetDataDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1095 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { VisitOMPTargetDataDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3337 void EnqueueVisitor::VisitOMPTargetDataDirective( VisitOMPTargetDataDirective() function in EnqueueVisitor |