Searched defs:setEllipsisLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | TypeLoc.h | 2112 void setEllipsisLoc(SourceLocation Loc) { getLocalData()->EllipsisLoc = Loc; } setEllipsisLoc() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 2727 void setEllipsisLoc(SourceLocation EL) { EllipsisLoc = EL; } setEllipsisLoc() function |