Home
last modified time | relevance | path

Searched refs:ESpecRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExprCXX.cpp1014 SourceRange ESpecRange; in ParseLambdaExpressionAfterIntroducer() local
1018 ESpecType = tryParseExceptionSpecification(ESpecRange, in ParseLambdaExpressionAfterIntroducer()
1024 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1055 ESpecType, ESpecRange.getBegin(), in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5118 SourceRange ESpecRange; in ParseFunctionDeclarator() local
5208 ESpecType = tryParseExceptionSpecification(ESpecRange, in ParseFunctionDeclarator()
5213 EndLoc = ESpecRange.getEnd(); in ParseFunctionDeclarator()
5244 ESpecType, ESpecRange.getBegin(), in ParseFunctionDeclarator()