Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp37 SourceLocation SemiLoc = S->getSemiLoc(); in isEmptyARCMTMacroStatement() local
H A DTransforms.cpp120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1175 SourceLocation SemiLoc = Suffix.back().getLocation(); in LexAfterModuleImport() local
1256 SourceLocation SemiLoc = Result.getLocation(); in LexAfterModuleImport() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h451 SourceLocation SemiLoc = P.ConsumeToken(); in consumeClose() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2944 SMLoc SemiLoc = Lex.getLoc(); in ParseBody() local
3538 SMLoc SemiLoc = Lex.getLoc(); in ParseMultiClass() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2309 SourceLocation SemiLoc = ConsumeToken(); in ParseModuleDecl() local
H A DParseStmt.cpp1838 SourceLocation SemiLoc = Tok.getLocation(); in ParseForStatement() local
H A DParseExprCXX.cpp1992 SourceLocation SemiLoc = Tok.getLocation(); in ParseCXXCondition() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp68 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt()
H A DSemaDeclCXX.cpp15896 SourceLocation SemiLoc) { in ActOnEmptyDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h121 SourceLocation SemiLoc; variable