Searched defs:CollectFunctionTemplateParams (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1091 llvm::DIArray TParamsArray = CollectFunctionTemplateParams(Method, Unit);
1219 /// CollectFunctionTemplateParams - A helper function to collect debug
1222 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit) { function in class:CGDebugInfo
2245 TParamsArray = CollectFunctionTemplateParams(FD, Unit);

Completed in 43 milliseconds