OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPTargetDirective
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
792
OMPTargetDirective
*
OMPTargetDirective
::Create(const ASTContext &C,
797
return createDirective<
OMPTargetDirective
>(
801
OMPTargetDirective
*
OMPTargetDirective
::CreateEmpty(const ASTContext &C,
804
return createEmptyDirective<
OMPTargetDirective
>(C, NumClauses,
StmtPrinter.cpp
784
void StmtPrinter::VisitOMPTargetDirective(
OMPTargetDirective
*Node) {
StmtProfile.cpp
1002
void StmtProfiler::VisitOMPTargetDirective(const
OMPTargetDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2852
class
OMPTargetDirective
: public OMPExecutableDirective {
2860
OMPTargetDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
2866
explicit
OMPTargetDirective
()
2879
static
OMPTargetDirective
*
2889
static
OMPTargetDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2899
DEF_TRAVERSE_STMT(
OMPTargetDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2427
void ASTStmtReader::VisitOMPTargetDirective(
OMPTargetDirective
*D) {
3306
S =
OMPTargetDirective
::CreateEmpty(
ASTWriterStmt.cpp
2300
void ASTStmtWriter::VisitOMPTargetDirective(
OMPTargetDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
275
EmitOMPTargetDirective(cast<
OMPTargetDirective
>(*S));
CodeGenFunction.h
3466
void EmitOMPTargetDirective(const
OMPTargetDirective
&S);
3517
const
OMPTargetDirective
&S);
CGStmtOpenMP.cpp
5976
static void emitTargetRegion(CodeGenFunction &CGF, const
OMPTargetDirective
&S,
5992
const
OMPTargetDirective
&S) {
6004
void CodeGenFunction::EmitOMPTargetDirective(const
OMPTargetDirective
&S) {
CGOpenMPRuntime.cpp
10373
cast<
OMPTargetDirective
>(E));
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
1572
void VisitOMPTargetDirective(
OMPTargetDirective
*Node) {
TreeTransform.h
8749
TreeTransform<Derived>::TransformOMPTargetDirective(
OMPTargetDirective
*D) {
SemaOpenMP.cpp
11155
return
OMPTargetDirective
::Create(Context, StartLoc, EndLoc, Clauses, AStmt);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2072
void VisitOMPTargetDirective(const
OMPTargetDirective
*D);
2992
void EnqueueVisitor::VisitOMPTargetDirective(const
OMPTargetDirective
*D) {
5621
return cxstring::createRef("
OMPTargetDirective
");
Completed in 112 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026