HomeSort by relevance Sort by last modified time
    Searched refs:endLoc (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 317 ActiveRegions.back()->endLoc() <= Region.startLoc())
320 PrevRegion->endLoc() == Region.endLoc()) {
390 return RHS.endLoc() < LHS.endLoc();
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 202 inline std::pair<unsigned, unsigned> endLoc() const {
217 if (endLoc() < Other.endLoc())
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 172 ASSERT_EQ(InputCMRs[I].endLoc(), OutputCMRs[I].endLoc());
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 305 CXSourceLocation endLoc = makeLocation(End);
306 SR = clang_getRange(startLoc, endLoc);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
70 assert(beginLoc.isValid() && endLoc.isValid());
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 761 SourceLocation EndLoc;
765 EndLoc = Tok.getAnnotationEndLoc();
769 return EndLoc;
809 EndLoc = ConsumeParen();
815 EndLoc = ConsumeAnyToken();
818 EndLoc = Tok.getLocation();
821 return EndLoc;
841 EndLoc = T.getCloseLocation();
857 return EndLoc;
862 SourceLocation EndLoc) {
    [all...]
ParseDecl.cpp 123 SourceLocation *endLoc,
162 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
191 if (endLoc)
192 *endLoc = Loc;
243 SourceLocation *EndLoc,
271 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
325 if (EndLoc)
326 *EndLoc = RParen;
336 SourceLocation *EndLoc,
348 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 738 SMLoc endLoc;
740 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 65 SMLoc StartLoc, EndLoc;
127 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc)
128 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {}
132 SMLoc EndLoc) {
133 return make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
142 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
143 auto Op = make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
149 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
150 auto Op = make_unique<SystemZOperand>(KindAccessReg, StartLoc, EndLoc);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr),
254 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
729 SourceLocation EndLoc;
    [all...]
Stmt.h 446 SourceLocation StartLoc, EndLoc;
450 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
451 StartLoc(startLoc), EndLoc(endLoc) {}
471 SourceLocation getEndLoc() const { return EndLoc; }
472 void setEndLoc(SourceLocation L) { EndLoc = L; }
475 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 351 SourceLocation EndLoc=SourceLocation());
360 SourceLocation EndLoc=SourceLocation());
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 642 ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc,
648 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1028 milliseconds

1 2