Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h297 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
425 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2260 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp403 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
1000 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2098 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp403 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()