Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h453 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
570 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2594 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h176 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.cpp607 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
1357 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
3848 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
DASTReaderStmt.cpp1935 C->setLocStart(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2476 E->setLocStart(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2092 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp474 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()