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

/freebsd-10.1-release/contrib/llvm/tools/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, IsDecl); local
127 if (SemiLoc.isInvalid())
129 return SemiLoc.getLocWithOffset(1);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h506 SourceLocation SemiLoc; member in class:clang::NullStmt
516 : Stmt(NullStmtClass), SemiLoc(L),
523 SourceLocation getSemiLoc() const { return SemiLoc; }
524 void setSemiLoc(SourceLocation L) { SemiLoc = L; }
528 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
529 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp61 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, argument
63 return Owned(new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro));
H A DSemaDeclCXX.cpp11016 SourceLocation SemiLoc) {
11017 Decl *ED = EmptyDecl::Create(Context, CurContext, SemiLoc);
11014 ActOnEmptyDeclaration(Scope *S, AttributeList *AttrList, SourceLocation SemiLoc) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1597 SourceLocation SemiLoc);
2851 StmtResult ActOnNullStmt(SourceLocation SemiLoc,

Completed in 122 milliseconds