HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionType (Results 26 - 35 of 35) sorted by null

12

  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaObjCProperty.cpp 627 if (T->isArrayType() || T->isFunctionType()) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp 685 if (Pointer->getPointeeType()->isFunctionType()) {
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 466 if (sanitizePerformTypeCheck() && !E->getType()->isFunctionType()) {
    [all...]
CodeGenFunction.h 802 expr->getType()->isFunctionType() ||
    [all...]
  /external/clang/include/clang/AST/
Expr.h 394 : (RT->getPointeeType()->isFunctionType()
    [all...]

Completed in 771 milliseconds

12