Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h498 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
631 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3127 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h491 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function