Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h453 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
570 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2594 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h176 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function