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

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

Completed in 72 milliseconds