OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartLocation
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1008
SourceLocation
StartLocation
;
1021
StartLocation
= SourceLocation();
1026
bool isValid() const { return
StartLocation
.isValid(); }
1041
StartLocation
= EndLocation = IdLoc;
1069
StartLocation
= OperatorLoc;
1086
StartLocation
= OpLoc;
1101
StartLocation
= ClassNameLoc;
1124
StartLocation
= TildeLoc;
1145
StartLocation
= EndLocation = TemplateLoc;
1155
StartLocation
= EndLocation = SourceLocation()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
38
StartLocation
= TemplateId->TemplateNameLoc;
49
StartLocation
= TemplateId->TemplateNameLoc;
1446
StartLocation
= OperatorLoc;
SemaExprCXX.cpp
7554
SecondTypeName.
StartLocation
,
7565
SecondTypeName.
StartLocation
);
7567
Diag(SecondTypeName.
StartLocation
,
7604
SecondTypeName.
StartLocation
);
7615
FirstTypeName.
StartLocation
,
7619
Diag(FirstTypeName.
StartLocation
,
7655
FirstTypeName.
StartLocation
);
SemaDecl.cpp
5328
NameInfo.setLoc(Name.
StartLocation
);
5351
Diag(Name.
StartLocation
,
6144
Diag(D.getName().
StartLocation
,
6148
Diag(D.getName().
StartLocation
, diag::err_typedef_not_identifier)
SemaDeclCXX.cpp
12589
if (DiagnoseUnexpandedParameterPack(Name.
StartLocation
, TInfo,
12605
DiagnoseTemplateParameterShadow(Name.
StartLocation
,Previous.getFoundDecl());
12612
Name.
StartLocation
,
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp
1473
Result = ParsedTemplateArgument(SS, Template, Name.
StartLocation
);
1494
Result = ParsedTemplateArgument(SS, Template, Name.
StartLocation
);
ParseExprCXX.cpp
2369
Diag(Id.
StartLocation
, diag::err_missing_dependent_template_keyword)
2371
<< FixItHint::CreateInsertion(Id.
StartLocation
, "template ");
2449
TemplateKWLoc, Id.
StartLocation
, TemplateII, OpKind, Template, TNK,
2469
Id.setDestructorName(Id.
StartLocation
, Type.get(), RAngleLoc);
ParseDeclCXX.cpp
818
Diag(D.Name.
StartLocation
, diag::err_alias_declaration_not_identifier);
ParseDecl.cpp
5877
if (D.getName().
StartLocation
.isInvalid() &&
Completed in 65 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026