HomeSort by relevance Sort by last modified time
    Searched refs:getLocEnd (Results 26 - 50 of 57) sorted by null

12 3

  /external/clang/include/clang/AST/
DeclCXX.h 204 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
    [all...]
DeclObjC.h 302 SourceLocation getLocEnd() const LLVM_READONLY;
304 return SourceRange(getLocation(), getLocEnd());
    [all...]
DeclBase.h 364 SourceLocation getLocEnd() const LLVM_READONLY {
    [all...]
TypeLoc.h 128 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); }
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 416 SourceLocation EndOfTypedefLoc = TypedefDcl->getLocEnd();
435 SourceLocation TypedefLoc = TypedefDcl->getLocEnd();
  /external/clang/lib/AST/
CommentSema.cpp 695 Diag(FD->getLocEnd(),
697 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]
Decl.cpp     [all...]
DeclObjC.cpp 699 SourceLocation ObjCMethodDecl::getLocEnd() const {
701 return Body->getLocEnd();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaInit.cpp 667 StructuredSubobjectInitList->getLocEnd()),
749 << FixItHint::CreateRemoval(IList->getLocEnd());
    [all...]
SemaExpr.cpp 407 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
515 SourceLocation RHSLocEnd = S.PP.getLocForEndOfToken(RHS->getLocEnd());
534 OIRE->getLocEnd()), ")");
    [all...]
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp 458 DiagnoseEmptyStmtBody(ConditionExpr->getLocEnd(), thenStmt,
    [all...]
SemaType.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 678 Location = Trigger->getLocEnd();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 346 Writer.AddSourceLocation(D->getLocEnd(), Record);
453 Writer.AddSourceLocation(D->getLocEnd(), Record);
    [all...]
ASTWriterStmt.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 238 BuildCompoundStmt(mCtx, StmtList, S->getLocEnd());
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 1122 milliseconds

12 3