Home
last modified time | relevance | path

Searched refs:PrettyFunction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp552 case PrettyFunction: in getIdentKindName()
614 if (IK != PrettyFunction && IK != PrettyFunctionNoVirtual && in ComputeName()
791 if (isa<TranslationUnitDecl>(CurrentDecl) && IK == PrettyFunction) { in ComputeName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1967 PrettyFunction, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3520 case tok::kw___PRETTY_FUNCTION__: IK = PredefinedExpr::PrettyFunction; break; in ActOnPredefinedExpr()