Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6141 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp13474 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration() function in Sema
H A DSemaDecl.cpp10190 CheckLiteralOperatorDeclaration(NewFD)) { in CheckFunctionDeclaration()