Searched refs:setEndLoc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp143 void setEndLoc(SourceLocation Loc) { function in class:__anon552::SourceMappingRegion
660 Region.setEndLoc(EndLoc);
868 Region.setEndLoc(EndLoc);
1291 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back()));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::CXXScopeSpec
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1315 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::DeclStmt
3222 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::MSAsmStmt
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp344 S->setEndLoc(readSourceLocation());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp248 SS.setEndLoc(Tok.getLocation());

Completed in 220 milliseconds