Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp622 case LFuncSig: in getIdentKindName()
681 IK != FuncSig && IK != LFuncSig) in ComputeName()
706 if (IK == FuncSig || IK == LFuncSig) { in ComputeName()
731 } else if ((IK == FuncSig || IK == LFuncSig || in ComputeName()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h1963 LFuncSig, // Same as FuncSig, but as as wide string enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3496 if (IK == PredefinedExpr::LFunction || IK == PredefinedExpr::LFuncSig) { in BuildPredefinedExpr()
3552 case tok::kw_L__FUNCSIG__: IK = PredefinedExpr::LFuncSig; break; // [MS] in ActOnPredefinedExpr()