Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp982 CommaLocsTy Commas; in ParseLambdaIntroducer()
1874 CommaLocsTy CommaLocs; in ParseCXXTypeConstructExpression()
3127 CommaLocsTy CommaLocs; in ParseCXXNewExpression()
3242 CommaLocsTy CommaLocs; in ParseExpressionListOrTypeId()
H A DParseExpr.cpp1971 CommaLocsTy ExecConfigCommaLocs; in ParsePostfixExpressionSuffix()
2014 CommaLocsTy CommaLocs; in ParsePostfixExpressionSuffix()
3025 CommaLocsTy CommaLocs; in ParseParenExpression()
H A DParseDeclCXX.cpp3620 CommaLocsTy CommaLocs; in ParseMemInitializer()
H A DParseOpenMP.cpp467 CommaLocsTy CommaLocs; in ParseOpenMPReductionInitializerForDecl()
H A DParseDecl.cpp2385 CommaLocsTy CommaLocs; in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1809 typedef SmallVector<SourceLocation, 20> CommaLocsTy; typedef