Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp548 case FuncDName: in getIdentKindName()
569 if (IK == PredefinedExpr::FuncDName) { in ComputeName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1964 FuncDName, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3516 case tok::kw___FUNCDNAME__: IK = PredefinedExpr::FuncDName; break; // [MS] in ActOnPredefinedExpr()