Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp947 Clause->setLocStart(StartLoc); in Create()
964 Clause->setLocStart(StartLoc); in Create()
979 Clause->setLocStart(StartLoc); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h522 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
657 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3204 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h496 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp684 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1703 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4376 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2280 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11818 C->setLocStart(Record.readSourceLocation()); in readClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2857 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp572 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()