HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionType (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 42 if (MPT->getPointeeType()->isFunctionType())
ExprClassification.cpp 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy)
444 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
522 return (E->getType()->isFunctionType() ||
530 return (E->getType()->isFunctionType() ||
580 if (Ctx.getLangOpts().CPlusPlus && E->getType()->isFunctionType())
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 667 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
    [all...]
TargetAttributesSema.cpp 95 TD->getUnderlyingType()->isFunctionType()))
SemaStmtAsm.cpp 405 if (T->isFunctionType()) {
SemaExprCXX.cpp     [all...]
DeclSpec.cpp 305 return E->getType()->isFunctionType();
321 return QT->isFunctionType();
    [all...]
SemaTemplate.cpp 671 else if (T->isFunctionType())
    [all...]
SemaExpr.cpp 446 if (Ty->isFunctionType())
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 343 if (DI->getType()->isFunctionType()) {
386 } else if (DI->getType()->isFunctionType()) {
472 } else if (DI->getType()->isFunctionType()) {
    [all...]
SemaExprMember.cpp     [all...]
SemaExceptionSpec.cpp 53 else if (T->isFunctionType())
    [all...]
SemaCast.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 506 assert(Loc::isLocType(originalTy) || originalTy->isFunctionType() ||
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExprScalar.cpp     [all...]
ItaniumCXXABI.cpp 718 return MPT->getPointeeType()->isFunctionType();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 699 // if (QT->isFunctionType()) return 4; // Bug #15511 - should be 1
727 if (QT->isVoidType() || QT->isFunctionType())
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]

Completed in 1086 milliseconds

1 2