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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5037 bool CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7630 CheckLiteralOperatorDeclaration(NewFD)) {
H A DSemaDeclCXX.cpp10818 /// CheckLiteralOperatorDeclaration - Check whether the declaration
10821 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { function in class:Sema

Completed in 311 milliseconds