OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaLambda.cpp
462
QualType
FunctionTy
;
466
FunctionTy
= S.Context.getFunctionType(Proto->getResultType(),
470
FunctionPtrTy = S.Context.getPointerType(
FunctionTy
);
502
DeclarationNameInfo(Name, Loc),
FunctionTy
,
537
QualType
FunctionTy
542
BlockPtrTy = S.Context.getBlockPointerType(
FunctionTy
);
673
QualType
FunctionTy
678
CallOperator->setType(
FunctionTy
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
232
llvm::FunctionType *
FunctionTy
=
235
llvm::Constant *F = CGM.CreateRuntimeFunction(
FunctionTy
, Fn);
[
all
...]
Completed in 53 milliseconds