Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DGlobalVariableDeclarationCheck.cpp26 AST_MATCHER(VarDecl, isLocalVariable) { return Node.isLocalVarDecl(); } in AST_MATCHER() argument
71 unless(isLocalVariable()), unless(matchesName("::g[A-Z]"))) in registerMatchers()
75 unless(isLocalVariable()), in registerMatchers()