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/clang/test/SemaTemplate/
instantiation-default-1.cpp
83
typename
FuncType
= R (*)(Arg1, Arg2)>
/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 901 milliseconds