Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp38 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
DTransforms.cpp125 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() local
/external/llvm-project/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp37 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
DTransforms.cpp120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() local
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp1179 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport() local
1260 SourceLocation SemiLoc = Result.getLocation(); in LexAfterModuleImport() local
/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h451 SourceLocation SemiLoc = P.ConsumeToken(); in consumeClose() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h433 SourceLocation SemiLoc = P.ConsumeToken(); in consumeClose() local
/external/llvm-project/clang/lib/Parse/
DParser.cpp2299 SourceLocation SemiLoc = ConsumeToken(); in ParseModuleDecl() local
DParseStmt.cpp1835 SourceLocation SemiLoc = Tok.getLocation(); in ParseForStatement() local
DParseExprCXX.cpp2015 SourceLocation SemiLoc = Tok.getLocation(); in ParseCXXCondition() local
/external/llvm-project/clang/unittests/Tooling/
DRangeSelectorTest.cpp182 const SourceLocation SemiLoc = Range.getEnd().getLocWithOffset(1); in TEST() local
/external/clang/include/clang/AST/
DStmt.h512 SourceLocation SemiLoc; variable
/external/clang/lib/Sema/
DSemaStmt.cpp67 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
DSemaDeclCXX.cpp12172 SourceLocation SemiLoc) { in ActOnEmptyDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp67 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
DSemaDeclCXX.cpp15822 SourceLocation SemiLoc) { in ActOnEmptyDeclaration()
/external/llvm-project/clang/include/clang/AST/
DStmt.h121 SourceLocation SemiLoc; variable