Searched defs:setCommaLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 2723 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } setCommaLoc() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 1716 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } setCommaLoc() function |