Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp38 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
DTransforms.cpp126 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx); in findLocationAfterSemi() local
/external/clang/lib/Sema/
DSemaStmt.cpp61 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
DSemaDeclCXX.cpp10708 SourceLocation SemiLoc) { in ActOnEmptyDeclaration()
/external/clang/include/clang/AST/
DStmt.h504 SourceLocation SemiLoc; variable