OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPSingleDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
440
OMPSingleDirective
*
OMPSingleDirective
::Create(const ASTContext &C,
445
return createDirective<
OMPSingleDirective
>(C, Clauses, AssociatedStmt,
450
OMPSingleDirective
*
OMPSingleDirective
::CreateEmpty(const ASTContext &C,
453
return createEmptyDirective<
OMPSingleDirective
>(C, NumClauses,
StmtPrinter.cpp
691
void StmtPrinter::VisitOMPSingleDirective(
OMPSingleDirective
*Node) {
StmtProfile.cpp
927
void StmtProfiler::VisitOMPSingleDirective(const
OMPSingleDirective
*S) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
1824
class
OMPSingleDirective
: public OMPExecutableDirective {
1832
OMPSingleDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
1838
explicit
OMPSingleDirective
()
1851
static
OMPSingleDirective
*
1861
static
OMPSingleDirective
*CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h
2840
DEF_TRAVERSE_STMT(
OMPSingleDirective
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2335
void ASTStmtReader::VisitOMPSingleDirective(
OMPSingleDirective
*D) {
3216
S =
OMPSingleDirective
::CreateEmpty(
ASTWriterStmt.cpp
2239
void ASTStmtWriter::VisitOMPSingleDirective(
OMPSingleDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
224
EmitOMPSingleDirective(cast<
OMPSingleDirective
>(*S));
CodeGenFunction.h
3448
void EmitOMPSingleDirective(const
OMPSingleDirective
&S);
CGStmtOpenMP.cpp
3898
void CodeGenFunction::EmitOMPSingleDirective(const
OMPSingleDirective
&S) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2052
void VisitOMPSingleDirective(const
OMPSingleDirective
*D);
2915
void EnqueueVisitor::VisitOMPSingleDirective(const
OMPSingleDirective
*D) {
5587
return cxstring::createRef("
OMPSingleDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8563
TreeTransform<Derived>::TransformOMPSingleDirective(
OMPSingleDirective
*D) {
SemaOpenMP.cpp
9879
return
OMPSingleDirective
::Create(Context, StartLoc, EndLoc, Clauses, AStmt);
Completed in 115 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026