Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.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
HDStmtOpenMP.h510 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
HDOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function