Searched defs:setLocStart (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 527 void setLocStart(SourceLocation L) { LocStart = L; } setLocStart() function |
H A D | StmtOpenMP.h | 510 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } setLocStart() function |
H A D | OpenMPClause.h | 77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function |