Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp761 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier(); in getUDSuffix()
DDecl.cpp2910 const IdentifierInfo *FunctionDecl::getLiteralIdentifier() const { in getLiteralIdentifier() function in FunctionDecl
/external/clang/include/clang/AST/
DDecl.h2013 const IdentifierInfo *getLiteralIdentifier() const;
/external/clang/lib/Sema/
DSemaDecl.cpp8129 if (NewFD->getLiteralIdentifier() && in CheckFunctionDeclaration()