Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp1937 CommaLocsTy CommaLocs; in ParsePostfixExpressionSuffix()
2006 CommaLocsTy ExecConfigCommaLocs; in ParsePostfixExpressionSuffix()
2049 CommaLocsTy CommaLocs; in ParsePostfixExpressionSuffix()
3094 CommaLocsTy CommaLocs; in ParseParenExpression()
H A DParseExprCXX.cpp982 CommaLocsTy Commas; in ParseLambdaIntroducer()
1877 CommaLocsTy CommaLocs; in ParseCXXTypeConstructExpression()
3173 CommaLocsTy CommaLocs; in ParseCXXNewExpression()
3289 CommaLocsTy CommaLocs; in ParseExpressionListOrTypeId()
H A DParseDecl.cpp452 CommaLocsTy CommaLocs; in ParseAttributeArgsCommon()
2481 CommaLocsTy CommaLocs; in ParseDeclarationAfterDeclaratorAndAttributes()
H A DParseOpenMP.cpp478 CommaLocsTy CommaLocs; in ParseOpenMPReductionInitializerForDecl()
H A DParseDeclCXX.cpp3724 CommaLocsTy CommaLocs; in ParseMemInitializer()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1827 typedef SmallVector<SourceLocation, 20> CommaLocsTy; typedef