Home
last modified time | relevance | path

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

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