Home
last modified time | relevance | path

Searched refs:FuncSig (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp59 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() local
64 NestedDumper.start(*FuncSig, nullptr, Pointer); in dump()
H A DPrettyVariableDumper.cpp181 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() local
184 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
H A DPrettyFunctionDumper.cpp247 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump() local
251 NestedDumper.start(*FuncSig, nullptr, Pointer); in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp554 case FuncSig: in getIdentKindName()
615 IK != FuncSig && IK != LFuncSig) in ComputeName()
640 if (IK == FuncSig || IK == LFuncSig) { in ComputeName()
665 } else if ((IK == FuncSig || IK == LFuncSig || in ComputeName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1965 FuncSig, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3517 case tok::kw___FUNCSIG__: IK = PredefinedExpr::FuncSig; break; // [MS] in ActOnPredefinedExpr()