OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTargetDataDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
873
OMPTargetDataDirective
*
OMPTargetDataDirective
::Create(
876
return createDirective<
OMPTargetDataDirective
>(
880
OMPTargetDataDirective
*
OMPTargetDataDirective
::CreateEmpty(const ASTContext &C,
883
return createEmptyDirective<
OMPTargetDataDirective
>(
StmtPrinter.cpp
789
void StmtPrinter::VisitOMPTargetDataDirective(
OMPTargetDataDirective
*Node) {
StmtProfile.cpp
1006
void StmtProfiler::VisitOMPTargetDataDirective(const
OMPTargetDataDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2906
class
OMPTargetDataDirective
: public OMPExecutableDirective {
2914
OMPTargetDataDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
2920
explicit
OMPTargetDataDirective
()
2934
static
OMPTargetDataDirective
*
2943
static
OMPTargetDataDirective
*CreateEmpty(const ASTContext &C, unsigned N,
RecursiveASTVisitor.h
2902
DEF_TRAVERSE_STMT(
OMPTargetDataDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2432
void ASTStmtReader::VisitOMPTargetDataDirective(
OMPTargetDataDirective
*D) {
3311
S =
OMPTargetDataDirective
::CreateEmpty(
ASTWriterStmt.cpp
2306
void ASTStmtWriter::VisitOMPTargetDataDirective(
OMPTargetDataDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
287
EmitOMPTargetDataDirective(cast<
OMPTargetDataDirective
>(*S));
CodeGenFunction.h
3467
void EmitOMPTargetDataDirective(const
OMPTargetDataDirective
&S);
CGStmtOpenMP.cpp
6554
const
OMPTargetDataDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2073
void VisitOMPTargetDataDirective(const
OMPTargetDataDirective
*D);
2997
const
OMPTargetDataDirective
*D) {
5623
return cxstring::createRef("
OMPTargetDataDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8760
OMPTargetDataDirective
*D) {
SemaOpenMP.cpp
11283
return
OMPTargetDataDirective
::Create(Context, StartLoc, EndLoc, Clauses,
Completed in 92 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026