OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPOrderedDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
752
OMPOrderedDirective
*
OMPOrderedDirective
::Create(const ASTContext &C,
757
return createDirective<
OMPOrderedDirective
>(
762
OMPOrderedDirective
*
OMPOrderedDirective
::CreateEmpty(const ASTContext &C,
766
return createEmptyDirective<
OMPOrderedDirective
>(C, NumClauses,
StmtPrinter.cpp
774
void StmtPrinter::VisitOMPOrderedDirective(
OMPOrderedDirective
*Node) {
StmtProfile.cpp
994
void StmtProfiler::VisitOMPOrderedDirective(const
OMPOrderedDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2672
class
OMPOrderedDirective
: public OMPExecutableDirective {
2680
OMPOrderedDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
2686
explicit
OMPOrderedDirective
()
2700
static
OMPOrderedDirective
*
2710
static
OMPOrderedDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2893
DEF_TRAVERSE_STMT(
OMPOrderedDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2415
void ASTStmtReader::VisitOMPOrderedDirective(
OMPOrderedDirective
*D) {
3295
S =
OMPOrderedDirective
::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp
2383
void ASTStmtWriter::VisitOMPOrderedDirective(
OMPOrderedDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
269
EmitOMPOrderedDirective(cast<
OMPOrderedDirective
>(*S));
CodeGenFunction.h
3464
void EmitOMPOrderedDirective(const
OMPOrderedDirective
&S);
CGStmtOpenMP.cpp
5287
void CodeGenFunction::EmitOMPOrderedDirective(const
OMPOrderedDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2070
void VisitOMPOrderedDirective(const
OMPOrderedDirective
*D);
2984
void EnqueueVisitor::VisitOMPOrderedDirective(const
OMPOrderedDirective
*D) {
5617
return cxstring::createRef("
OMPOrderedDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8727
TreeTransform<Derived>::TransformOMPOrderedDirective(
OMPOrderedDirective
*D) {
SemaOpenMP.cpp
10374
return
OMPOrderedDirective
::Create(Context, StartLoc, EndLoc, Clauses, AStmt);
Completed in 60 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026