Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDecl.h527 void setLocStart(SourceLocation L) { LocStart = L; } setLocStart() function
687 void setLocStart(SourceLocation L) { LocStart = L; } setLocStart() function
3430 void setLocStart(SourceLocation L) { LocStart = L; } setLocStart() function
H A DStmtOpenMP.h510 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } setLocStart() function
H A DOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function