OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameModifier
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
OpenMPClause.h
169
OpenMPDirectiveKind
NameModifier
;
178
void setNameModifier(OpenMPDirectiveKind NM) {
NameModifier
= NM; }
189
/// \param
NameModifier
[OpenMP 4.1] Directive name modifier of clause.
197
OMPIfClause(OpenMPDirectiveKind
NameModifier
, Expr *Cond,
202
Condition(Cond), ColonLoc(ColonLoc),
NameModifier
(
NameModifier
),
209
Condition(nullptr), ColonLoc(),
NameModifier
(OMPD_unknown),
223
OpenMPDirectiveKind getNameModifier() const { return
NameModifier
; }
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 471 milliseconds