Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7411 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15879 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration() function in Sema
H A DSemaDecl.cpp11060 CheckLiteralOperatorDeclaration(NewFD)) { in CheckFunctionDeclaration()