Searched refs:InnerType (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1942 ParenType(QualType InnerType, QualType CanonType) : argument
1943 Type(Paren, CanonType, InnerType->isDependentType(),
1944 InnerType->isInstantiationDependentType(),
1945 InnerType->isVariablyModifiedType(),
1946 InnerType->containsUnexpandedParameterPack()),
1947 Inner(InnerType) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3269 ASTContext::getParenType(QualType InnerType) const {
3271 ParenType::Profile(ID, InnerType);
3278 QualType Canon = InnerType;
3280 Canon = getCanonicalType(InnerType);
3286 T = new (*this) ParenType(InnerType, Canon);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1188 EVT InnerType = cast<VTSDNode>(Node->getOperand(1))->getVT();
1189 Action = TLI.getOperationAction(Node->getOpcode(), InnerType);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h817 QualType RebuildParenType(QualType InnerType) { argument
818 return SemaRef.Context.getParenType(InnerType);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4787 QualType InnerType = readType(*Loc.F, Record, Idx); local
4788 return Context.getParenType(InnerType);

Completed in 197 milliseconds