Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h383 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
510 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2577 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h177 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp552 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
1300 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
3702 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
DASTReaderStmt.cpp1876 C->setLocStart(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2234 E->setLocStart(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2078 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp473 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()