Home
last modified time | relevance | path

Searched defs:FunctionReference (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLFunctionReference.h21 struct FunctionReference : public Expression { struct
22 FunctionReference(const Context& context, int offset, in FunctionReference() function
32 return std::unique_ptr<Expression>(new FunctionReference(fOffset, fFunctions, &fType)); in clone() argument
44 FunctionReference(int offset, std::vector<const FunctionDeclaration*> function, in FunctionReference() function
/external/skia/src/sksl/ir/
DSkSLFunctionReference.h25 FunctionReference(const Context& context, int offset, in FunctionReference() function
48 FunctionReference(int offset, std::vector<const FunctionDeclaration*> functions, in FunctionReference() function
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DAddConstTest.cpp854 TEST(Template, FunctionReference) { in TEST() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3144 struct FunctionReference { struct