Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8471 static bool CheckC23ConstexprVarType(Sema &SemaRef, SourceLocation VarLoc, in CheckC23ConstexprVarType() function
8495 return CheckC23ConstexprVarType(SemaRef, VarLoc, F->getType()); in CheckC23ConstexprVarType()
8754 CheckC23ConstexprVarType(*this, NewVD->getLocation(), T)) { in CheckVariableDeclarationType()