Searched refs:SemiLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp38 SourceLocation SemiLoc = S->getSemiLoc();
39 if (SemiLoc.isInvalid() || SemiLoc.isMacroID())
47 I = std::upper_bound(MacroLocs.begin(), MacroLocs.end(), SemiLoc,
54 if (AfterMacroLoc == SemiLoc)
58 if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &RelOffs))
71 return AfterMacroSemiLoc == SemiLoc;
H A DTransforms.cpp126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx); local
127 if (SemiLoc.isInvalid())
129 return SemiLoc.getLocWithOffset(1);
/external/clang/include/clang/AST/
H A DStmt.h504 SourceLocation SemiLoc; member in class:clang::NullStmt
514 : Stmt(NullStmtClass), SemiLoc(L),
521 SourceLocation getSemiLoc() const { return SemiLoc; }
522 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
526 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
527 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp61 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, argument
63 return Owned(new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro));
H A DSemaDeclCXX.cpp10708 SourceLocation SemiLoc) {
10709 Decl *ED = EmptyDecl::Create(Context, CurContext, SemiLoc);
10706 ActOnEmptyDeclaration(Scope *S, AttributeList *AttrList, SourceLocation SemiLoc) argument
/external/clang/include/clang/Sema/
H A DSema.h1580 SourceLocation SemiLoc);
2778 StmtResult ActOnNullStmt(SourceLocation SemiLoc,

Completed in 163 milliseconds