Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp463 case PrettyFunction: in getIdentTypeName()
519 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual && IT != FuncSig) in ComputeName()
690 if (isa<TranslationUnitDecl>(CurrentDecl) && IT == PrettyFunction) { in ComputeName()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp934 } else if (Type == PredefinedExpr::PrettyFunction) { in EmitLValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1180 PrettyFunction, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3012 case tok::kw___PRETTY_FUNCTION__: IT = PredefinedExpr::PrettyFunction; break; in ActOnPredefinedExpr()