Home
last modified time | relevance | path

Searched defs:setEndLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp143 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anon8c3eb65b0211::SourceMappingRegion
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1315 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
3222 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function