OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReductionIdScopeSpec
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Parse/
ParseOpenMP.cpp
740
static bool ParseReductionId(Parser &P, CXXScopeSpec &
ReductionIdScopeSpec
,
743
if (
ReductionIdScopeSpec
.isEmpty()) {
780
return P.ParseUnqualifiedId(
ReductionIdScopeSpec
, /*EnteringContext*/ false,
823
CXXScopeSpec
ReductionIdScopeSpec
;
849
ParseOptionalCXXScopeSpecifier(
ReductionIdScopeSpec
, ParsedType(), false);
852
ParseReductionId(*this,
ReductionIdScopeSpec
, ReductionId);
881
ReductionIdScopeSpec
, DeclarationNameInfo(), DepKind,
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 64 milliseconds