Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h527 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
648 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3391 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h510 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp961 Clause->setLocStart(StartLoc); in Create()
978 Clause->setLocStart(StartLoc); in Create()
993 Clause->setLocStart(StartLoc); in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp712 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1823 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4691 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2391 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp10726 C->setLocStart(Record.readSourceLocation()); in readClause()
11824 C->setLocStart(Record.readSourceLocation()); in VisitOMPXAttributeClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3605 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp596 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()