Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8157 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16628 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration() function in Sema
H A DSemaDecl.cpp12187 CheckLiteralOperatorDeclaration(NewFD)) { in CheckFunctionDeclaration()