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

/external/clang/include/clang/AST/
H A DDecl.h453 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::LabelDecl
570 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::NamespaceDecl
2594 void setLocStart(SourceLocation L) { LocStart = L; }
H A DStmtOpenMP.h176 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } function in class:clang::OMPExecutableDirective
H A DOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } function in class:clang::OMPClause

Completed in 127 milliseconds