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

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp67 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } function in class:__anon1635::SourceMappingRegion
437 Region.setEndLoc(EndLoc);
582 Region.setEndLoc(getEnd(S));
/external/clang/include/clang/AST/
H A DStmt.h471 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::DeclStmt
1771 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::MSAsmStmt
/external/clang/include/clang/Sema/
H A DDeclSpec.h71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::CXXScopeSpec

Completed in 168 milliseconds