Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h380 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
507 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2518 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h169 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function