HomeSort by relevance Sort by last modified time
    Searched refs:FuncType (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Parser/
cxx0x-attributes.cpp 75 using FuncType = void ([[]] int);
  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 83 typename FuncType = R (*)(Arg1, Arg2)>
  /external/valgrind/main/VEX/test/
test-amd64.c     [all...]
test-i386.c     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 336 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteObjC.cpp 318 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
540 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
543 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
554 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
555 const PointerType *PT = funcType->getAs<PointerType>();
556 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 122 milliseconds