Home
last modified time | relevance | path

Searched refs:setStartLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp123 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anon8ce2bf070211::SourceMappingRegion
632 DR.setStartLoc(Start); in completeTopLevelDeferredRegion()
695 Region.setStartLoc(StartLoc); in popRegions()
835 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
864 Region.setStartLoc(StartLoc); in extendRegion()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp58 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anon89523c590111::SourceMappingRegion
547 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
574 Region.setStartLoc(StartLoc); in extendRegion()
/external/clang/include/clang/AST/
DStmt.h469 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1313 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp341 S->setStartLoc(readSourceLocation()); in VisitDeclStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp286 S->setStartLoc(ReadSourceLocation(Record, Idx)); in VisitDeclStmt()