Home
last modified time | relevance | path

Searched defs:SemiLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp37 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
DTransforms.cpp65 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx); in findLocationAfterSemi() local
/external/clang/lib/Sema/
DSemaStmt.cpp49 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
/external/clang/include/clang/AST/
DStmt.h507 SourceLocation SemiLoc; variable