Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp932 Clause->setLocStart(StartLoc); in Create()
949 Clause->setLocStart(StartLoc); in Create()
964 Clause->setLocStart(StartLoc); in Create()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h524 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
657 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3153 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h496 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp670 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1599 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4626 RD->setLocStart(readSourceLocation()); in UpdateDecl()
DASTReaderStmt.cpp2295 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
DASTReader.cpp12017 C->setLocStart(Record.readSourceLocation()); in readClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2813 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp555 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()