Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/google/
H A DExplicitConstructorCheck.cpp36 static SourceRange findToken(const SourceManager &Sources, in findToken() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1746 const syntax::Token *syntax::TreeBuilder::findToken(SourceLocation L) const { in findToken() function in syntax::TreeBuilder