Home
last modified time | relevance | path

Searched defs:setLocStart (Results 1 – 3 of 3) sorted by relevance

/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