Home
last modified time | relevance | path

Searched refs:CommaLocsTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp857 CommaLocsTy Commas; in ParseLambdaIntroducer()
1677 CommaLocsTy CommaLocs; in ParseCXXTypeConstructExpression()
2838 CommaLocsTy CommaLocs; in ParseCXXNewExpression()
2949 CommaLocsTy CommaLocs; in ParseExpressionListOrTypeId()
H A DParseExpr.cpp1608 CommaLocsTy ExecConfigCommaLocs; in ParsePostfixExpressionSuffix()
1651 CommaLocsTy CommaLocs; in ParsePostfixExpressionSuffix()
2573 CommaLocsTy CommaLocs; in ParseParenExpression()
H A DParseOpenMP.cpp422 CommaLocsTy CommaLocs; in ParseOpenMPReductionInitializerForDecl()
H A DParseDeclCXX.cpp3484 CommaLocsTy CommaLocs; in ParseMemInitializer()
H A DParseDecl.cpp2312 CommaLocsTy CommaLocs; in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1651 typedef SmallVector<SourceLocation, 20> CommaLocsTy; typedef