Searched refs:FunctionName (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 153 const std::string &FunctionName, int Argc, ...); 157 const std::string &FunctionName, const ArgTy &Args);
|
D | slang_rs_pragma_handler.cpp | 232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) { in MarkUsed() argument 233 if (FunctionName.empty()) in MarkUsed() 239 if (const clang::IdentifierInfo *II = PP.getIdentifierInfo(FunctionName)) { in MarkUsed()
|
D | slang_rs_reflection.cpp | 3065 const std::string &FunctionName, int Argc, in startFunction() argument 3079 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction() 3084 const std::string &FunctionName, in startFunction() argument 3087 << ((ReturnType) ? ReturnType : "") << " " << FunctionName in startFunction()
|