Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp37 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
H A DTransforms.cpp119 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1200 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport() local
1282 SourceLocation SemiLoc = Result.getLocation(); in LexAfterModuleImport() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h486 SourceLocation SemiLoc = P.ConsumeToken(); in consumeClose() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3515 SMLoc SemiLoc = Lex.getLoc(); in ParseBody() local
4185 SMLoc SemiLoc = Lex.getLoc(); in ParseMultiClass() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2482 SourceLocation SemiLoc = ConsumeToken(); in ParseModuleDecl() local
H A DParseStmt.cpp2071 SourceLocation SemiLoc = Tok.getLocation(); in ParseForStatement() local
H A DParseExprCXX.cpp2179 SourceLocation SemiLoc = Tok.getLocation(); in ParseCXXCondition() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp74 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
H A DSemaDeclCXX.cpp16735 SourceLocation SemiLoc) { in ActOnEmptyDeclaration() argument