Home
last modified time | relevance | path

Searched defs:InnerType (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaTemplate/
Dms-sizeof-missing-typename.cpp46 typedef double InnerType; typedef
Dms-lookup-template-base-classes.cpp367 template <typename U> struct B { typedef U InnerType; }; typedef
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1247 QualType InnerType = AT->getValueType(); in EmitConstantValue() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4286 InnerType) { in AST_MATCHER_P() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1252 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LegalizeOp() local
/external/clang/lib/Serialization/
DASTReader.cpp5466 QualType InnerType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/Sema/
DSemaChecking.cpp7310 const Type *InnerType = in CheckImplicitConversion() local
DTreeTransform.h872 QualType RebuildParenType(QualType InnerType) { in RebuildParenType()