Home
last modified time | relevance | path

Searched refs:setLocStart (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h330 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
465 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2194 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp249 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
791 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()