OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReductionIdScopeSpec
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseOpenMP.cpp
516
static bool ParseReductionId(Parser &P, CXXScopeSpec &
ReductionIdScopeSpec
,
519
if (
ReductionIdScopeSpec
.isEmpty()) {
556
return P.ParseUnqualifiedId(
ReductionIdScopeSpec
, /*EnteringContext*/ false,
585
CXXScopeSpec
ReductionIdScopeSpec
;
598
ParseOptionalCXXScopeSpecifier(
ReductionIdScopeSpec
, ParsedType(), false);
601
ParseReductionId(*this,
ReductionIdScopeSpec
, ReductionId);
658
ReductionIdScopeSpec
,
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 47 milliseconds