Home
last modified time | relevance | path

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

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