Searched refs:canDecayToPointerType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1641 bool canDecayToPointerType() const;
5151 inline bool Type::canDecayToPointerType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Sema/
H A DSemaDecl.cpp8170 if (E->getType()->canDecayToPointerType()) return;
H A DSemaExpr.cpp6951 NonNullType->canDecayToPointerType())

Completed in 141 milliseconds