OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndLocation
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
47
SourceLocation
EndLocation
;
126
void setDefinitionEndLoc(SourceLocation EndLoc) {
EndLocation
= EndLoc; }
129
SourceLocation getDefinitionEndLoc() const { return
EndLocation
; }
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1011
SourceLocation
EndLocation
;
1022
EndLocation
= SourceLocation();
1041
StartLocation =
EndLocation
= IdLoc;
1070
EndLocation
= EndLoc;
1087
EndLocation
= IdLoc;
1102
EndLocation
= EndLoc;
1125
EndLocation
= EndLoc;
1145
StartLocation =
EndLocation
= TemplateLoc;
1155
StartLocation =
EndLocation
= SourceLocation();
1160
return SourceRange(StartLocation,
EndLocation
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1855
TypeSourceInfo *TInfo, SourceLocation
EndLocation
,
1860
if (
EndLocation
.isValid())
1861
setRangeEnd(
EndLocation
);
1876
TypeSourceInfo *TInfo, SourceLocation
EndLocation
,
1954
SourceLocation
EndLocation
,
1958
if (
EndLocation
.isValid())
1959
setRangeEnd(
EndLocation
);
1968
SourceLocation
EndLocation
,
2734
ConstexprSpecKind ConstexprKind, SourceLocation
EndLocation
,
2737
SC_None, isInline, ConstexprKind,
EndLocation
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
39
EndLocation
= TemplateId->RAngleLoc;
50
EndLocation
= TemplateId->RAngleLoc;
306
Name.
EndLocation
= RSquareLoc;
1447
EndLocation
= OperatorLoc;
1454
EndLocation
= SymbolLocations[I];
SemaDecl.cpp
5368
Name.OperatorFunctionId.SymbolLocations[0], Name.
EndLocation
));
5374
NameInfo.setCXXLiteralOperatorNameLoc(Name.
EndLocation
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
1140
SourceLocation &
EndLocation
) {
1167
EndLocation
= ParseDecltypeSpecifier(DS);
1181
EndLocation
= Tok.getAnnotationEndLoc();
1229
EndLocation
= Tok.getAnnotationEndLoc();
1248
EndLocation
= IdLoc;
1253
DS.SetRangeEnd(
EndLocation
);
2150
SourceLocation
EndLocation
;
2152
TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc,
EndLocation
);
2163
SourceRange Range(StartLoc,
EndLocation
);
ParseDecl.cpp
5878
D.getName().
EndLocation
.isValid())
5879
return D.getName().
EndLocation
;
7146
D.getName().
EndLocation
= StartBracketLoc;
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
2080
TypeSourceInfo *TInfo, SourceLocation
EndLocation
,
2083
TInfo,
EndLocation
, Ctor);
2201
SourceLocation
EndLocation
,
2205
isInline, ConstexprKind,
EndLocation
,
2795
SourceLocation
EndLocation
, Expr *TrailingRequiresClause) {
2801
ConstexprKind,
EndLocation
, TrailingRequiresClause);
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
3113
SourceLocation &
EndLocation
);
Completed in 67 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026