OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommaLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
2956
SourceLocation
CommaLoc
;
2957
if (!TryConsumeToken(tok::comma,
CommaLoc
))
2965
Diag(
CommaLoc
, diag::err_expected_semi_declaration)
2966
<< FixItHint::CreateReplacement(
CommaLoc
, ";");
2976
DeclaratorInfo.setCommaLoc(
CommaLoc
);
ParseDecl.cpp
2097
SourceLocation
CommaLoc
;
2098
while (TryConsumeToken(tok::comma,
CommaLoc
)) {
2103
Diag(
CommaLoc
, diag::err_expected_semi_declaration)
2104
<< FixItHint::CreateReplacement(
CommaLoc
, ";");
2111
D.setCommaLoc(
CommaLoc
);
4200
SourceLocation
CommaLoc
;
4203
DeclaratorInfo.D.setCommaLoc(
CommaLoc
);
4239
if (!TryConsumeToken(tok::comma,
CommaLoc
))
4864
SourceLocation
CommaLoc
;
4865
if (Tok.isNot(tok::r_brace) && !TryConsumeToken(tok::comma,
CommaLoc
)) {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
1409
SourceLocation
CommaLoc
;
1468
void setCommaLoc(SourceLocation Loc) {
CommaLoc
= Loc; }
1482
/// \param
CommaLoc
Location of ','.
1492
SourceLocation KLoc, SourceLocation
CommaLoc
,
1499
KindLoc(KLoc),
CommaLoc
(
CommaLoc
), ChunkSize(ChunkSize) {
1545
SourceLocation getCommaLoc() { return
CommaLoc
; }
6207
SourceLocation
CommaLoc
;
6230
void setCommaLoc(SourceLocation Loc) {
CommaLoc
= Loc; }
6244
/// \param
CommaLoc
Location of ','
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1885
SourceLocation
CommaLoc
;
1988
CommaLoc
= SourceLocation();
2564
bool isFirstDeclarator() const { return !
CommaLoc
.isValid(); }
2565
SourceLocation getCommaLoc() const { return
CommaLoc
; }
2566
void setCommaLoc(SourceLocation CL) {
CommaLoc
= CL; }
Completed in 47 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026