OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEndLoc
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp
30
SMLoc AsmToken::
getEndLoc
() const {
35
return SMRange(getLoc(),
getEndLoc
());
/external/clang/lib/AST/
TypeLoc.cpp
207
SourceLocation TypeLoc::
getEndLoc
() const {
DeclarationName.cpp
559
SourceLocation DeclarationNameInfo::
getEndLoc
() const {
578
return TInfo->getTypeLoc().
getEndLoc
();
/external/clang/include/clang/AST/
NestedNameSpecifier.h
287
SourceLocation
getEndLoc
() const {
StmtCXX.h
89
SourceLocation getLocEnd() const LLVM_READONLY { return
getEndLoc
(); }
92
SourceLocation
getEndLoc
() const {
Stmt.h
458
SourceLocation
getEndLoc
() const { return EndLoc; }
[
all
...]
/external/clang/include/clang/Lex/
Token.h
151
SourceLocation
getEndLoc
() const {
/external/clang/lib/CodeGen/
CoverageMappingGen.cpp
67
SourceLocation
getEndLoc
() const {
254
SourceLocation LocEnd = Region.
getEndLoc
();
394
? Region.
getEndLoc
()
395
: RegionStack[ParentIndex].
getEndLoc
();
[
all
...]
/external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
225
///
getEndLoc
- Get the location of the last token of this operand.
226
SMLoc
getEndLoc
() const { return EndLoc; }
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
73
SourceLocation
getEndLoc
() const { return Range.getEnd(); }
[
all
...]
Completed in 2019 milliseconds