Home
last modified time | relevance | path

Searched refs:FunctionDeclTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h64 using FunctionDeclTy = variable
232 Function(Program &P, FunctionDeclTy Source, unsigned ArgSize,
263 FunctionDeclTy Source;
H A DFunction.cpp17 Function::Function(Program &P, FunctionDeclTy Source, unsigned ArgSize, in Function()