HomeSort by relevance Sort by last modified time
    Searched defs:getEndLoc (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
TypeLoc.cpp 119 SourceLocation TypeLoc::getEndLoc() const {
DeclarationName.cpp 594 SourceLocation DeclarationNameInfo::getEndLoc() const {
613 return TInfo->getTypeLoc().getEndLoc();
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 271 SourceLocation getEndLoc() const {
StmtCXX.h 87 return SourceRange(getTryLoc(), getEndLoc());
91 SourceLocation getEndLoc() const {
Stmt.h 377 SourceLocation getEndLoc() const { return EndLoc; }
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 141 /// getEndLoc - Get the location of the last token of this operand.
142 SMLoc getEndLoc() const { return EndLoc; }
365 SMLoc E = Offset.getEndLoc();
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 142 /// getEndLoc - Get the location of the last token of this operand.
143 SMLoc getEndLoc() const { return EndLoc; }
769 SMLoc Loc = Op.getEndLoc();
782 SMLoc Loc = Op.getEndLoc();
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 290 /// getEndLoc - Get the location of the last token of this operand.
291 SMLoc getEndLoc() const { return EndLoc; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 69 SourceLocation getEndLoc() const { return Range.getEnd(); }
    [all...]

Completed in 918 milliseconds