OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
293
FunctionType *
funcType
=
297
Function *newFunction = Function::Create(
funcType
,
/external/clang/lib/Rewrite/
RewriteObjC.cpp
355
void RewriteBlocksInFunctionProtoType(QualType
funcType
, NamedDecl *D);
474
void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType
funcType
,
477
= dyn_cast<FunctionProtoType>(
funcType
.IgnoreParens())) {
488
void RewriteObjC::CheckFunctionPointerDecl(QualType
funcType
, NamedDecl *ND) {
489
const PointerType *PT =
funcType
->getAs<PointerType>();
490
if (PT && PointerTypeTakesAnyBlockArguments(
funcType
))
[
all
...]
Completed in 368 milliseconds