Home
last modified time | relevance | path

Searched refs:getArrayElementTypeNoTypeQual (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp54 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()
62 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()
/external/clang/lib/AST/
DType.cpp198 const Type *Type::getArrayElementTypeNoTypeQual() const { in getArrayElementTypeNoTypeQual() function in Type
/external/clang/lib/CodeGen/
DCGExpr.cpp1974 const Type* ElemType = E->getType()->getArrayElementTypeNoTypeQual(); in EmitPredefinedLValue()
/external/clang/include/clang/AST/
DType.h1733 const Type *getArrayElementTypeNoTypeQual() const;