Home
last modified time | relevance | path

Searched refs:isSemicolonAtLocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp22 bool isSemicolonAtLocation(SourceLocation TokenLoc, const SourceManager &SM, in isSemicolonAtLocation() function
99 if (isSemicolonAtLocation(End, SM, LangOpts)) in compute()