Home
last modified time | relevance | path

Searched refs:FunctionName (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.h153 const std::string &FunctionName, int Argc, ...);
157 const std::string &FunctionName, const ArgTy &Args);
Dslang_rs_pragma_handler.cpp232 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()
Dslang_rs_reflection.cpp3065 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()