reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3339   for (const ParmVarDecl *Parm : FD->parameters())
 3342   CallingConv CC = FD->getType()->castAs<FunctionType>()->getCallConv();
 3344       FD->getReturnType(), ArgTypes, FunctionProtoType::ExtProtoInfo(CC));
 3345   if (!FD->isExternallyVisible())
 3356         TParamsArray.get(), getFunctionDeclaration(FD));
 3362       TParamsArray.get(), getFunctionDeclaration(FD));
 3363   const FunctionDecl *CanonDecl = FD->getCanonicalDecl();