Searched defs:getCommaLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 2722 SourceLocation getCommaLoc() const { return CommaLoc; } getCommaLoc() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | OpenMPClause.h | 1793 SourceLocation getCommaLoc() { return CommaLoc; } getCommaLoc() function |