Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h497 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
620 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2902 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h176 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h73 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp662 TD->setLocStart(ReadSourceLocation()); in VisitTypeDecl()
1526 D->setLocStart(ReadSourceLocation()); in VisitLabelDecl()
4368 RD->setLocStart(ReadSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp1910 E->setLocStart(ReadSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11858 C->setLocStart(Record.readSourceLocation()); in readClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2169 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp505 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()