Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSemaOpenACC.h213 void setEndLoc(SourceLocation EndLoc) { ClauseRange.setEnd(EndLoc); } in setEndLoc() function
DDeclSpec.h83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp67 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } in setEndLoc() function in __anon610d26880111::SourceMappingRegion
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h471 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
1771 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDeclSpec.h82 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDeclSpec.h82 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h82 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h1578 void setEndLoc(TSourceLoc loc) { endLoc = loc; } in setEndLoc() function