Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7961 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16169 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration() function in Sema
H A DSemaDecl.cpp11881 CheckLiteralOperatorDeclaration(NewFD)) { in CheckFunctionDeclaration()