Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1086 II = FD->getLiteralIdentifier(); in isReserved()
3627 const IdentifierInfo *FunctionDecl::getLiteralIdentifier() const { in getLiteralIdentifier() function in FunctionDecl
H A DExprCXX.cpp947 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2592 const IdentifierInfo *getLiteralIdentifier() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp11000 if (NewFD->getLiteralIdentifier() && in CheckFunctionDeclaration()