Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A 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
H A DStmtOpenMP.h496 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp932 Clause->setLocStart(StartLoc); in Create()
949 Clause->setLocStart(StartLoc); in Create()
964 Clause->setLocStart(StartLoc); in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp670 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1599 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4626 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2295 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp12017 C->setLocStart(Record.readSourceLocation()); in readClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2813 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp555 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()