Home
last modified time | relevance | path

Searched refs:GreaterThanIsOperatorScope (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DRAIIObjectsForParser.h314 class GreaterThanIsOperatorScope {
318 GreaterThanIsOperatorScope(bool &GTIO, bool Val) in GreaterThanIsOperatorScope() function
323 ~GreaterThanIsOperatorScope() { in ~GreaterThanIsOperatorScope()
401 class BalancedDelimiterTracker : public GreaterThanIsOperatorScope {
422 : GreaterThanIsOperatorScope(p.GreaterThanIsOperator, true),
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseTemplate.cpp1040 GreaterThanIsOperatorScope G(GreaterThanIsOperator, false); in ParseNonTypeTemplateParameter()
1275 GreaterThanIsOperatorScope G(GreaterThanIsOperator, false); in ParseTemplateIdAfterTemplateName()
DParseObjc.cpp458 GreaterThanIsOperatorScope G(GreaterThanIsOperator, false); in parseObjCTypeParamListOrProtocolRefs()