Home
last modified time | relevance | path

Searched refs:getLiteralIdentifier (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1009 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
H A DDecl.cpp3979 const IdentifierInfo *FunctionDecl::getLiteralIdentifier() const { in getLiteralIdentifier() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2811 const IdentifierInfo *getLiteralIdentifier() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12091 if (NewFD->getLiteralIdentifier() && in CheckFunctionDeclaration()