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

1 2

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 33 SourceLocation L = Lexer::getLocForEndOfToken(Range.getEnd(), 0,
SemaLambda.cpp 536 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
546 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
573 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
578 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
626 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
    [all...]
SemaFixItUtils.cpp 61 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
AnalysisBasedWarnings.cpp 455 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
473 SourceLocation ElseKwLoc = Lexer::getLocForEndOfToken(
    [all...]
DeclSpec.cpp 916 PP.getLocForEndOfToken(getTypeSpecComplexLoc()),
    [all...]
Sema.cpp     [all...]
SemaExceptionSpec.cpp 300 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp 583 SemaRef.PP.getLocForEndOfToken(
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp 373 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
178 static SourceLocation getLocForEndOfToken(SourceLocation loc,
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
475 getLocForEndOfToken(replacementRange.getEnd(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
596 return PP.getLocForEndOfToken(loc);
Transforms.cpp 143 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
  /external/clang/include/clang/Lex/
Lexer.h 320 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
Preprocessor.h     [all...]
  /external/clang/lib/Edit/
Commit.cpp 269 loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
  /external/clang/lib/Parse/
ParseStmt.cpp 563 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
603 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
639 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
652 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
    [all...]
Parser.cpp 122 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
170 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseExpr.cpp     [all...]
ParseCXXInlineMethods.cpp 524 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Lexer.cpp 760 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
846 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
    [all...]

Completed in 1441 milliseconds

1 2