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

  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 531 CXSourceLocation endLoc = makeLocation(End);
532 SR = clang_getRange(startLoc, endLoc);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 734 SMLoc endLoc;
736 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,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/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 123 SourceLocation *endLoc,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
189 if (endLoc)
190 *endLoc = Loc;
241 SourceLocation *EndLoc) {
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
319 if (EndLoc)
320 *EndLoc = RParen;
330 SourceLocation *EndLoc,
345 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 426 SourceLocation EndLoc=SourceLocation());
436 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteObjC.cpp 360 SourceLocation EndLoc=SourceLocation());
369 SourceLocation EndLoc=SourceLocation());
    [all...]

Completed in 272 milliseconds