Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DStaticAssertCheck.cpp49 auto NonConstexprVariableReference = in registerMatchers() local
55 expr(anyOf(NonConstexprFunctionCall, NonConstexprVariableReference)); in registerMatchers()