Home
last modified time | relevance | path

Searched defs:setCommaLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1027 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
4680 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h2452 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function