Searched refs:TypeOfType (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h583 struct CanProxyAdaptor<TypeOfType> : public CanProxyBase<TypeOfType> {
H A DRecursiveASTVisitor.h941 DEF_TRAVERSE_TYPE(TypeOfType, {
1169 DEF_TRAVERSE_TYPELOC(TypeOfType, {
H A DTypeLoc.h1556 : public TypeofLikeTypeLoc<TypeOfTypeLoc, TypeOfType, TypeOfTypeLocInfo> {
H A DType.h3188 /// TypeOfType (GCC extension).
3189 class TypeOfType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3191 TypeOfType(QualType T, QualType can) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfType
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp760 void TypePrinter::printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) {
766 void TypePrinter::printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) { }
H A DASTImporter.cpp63 QualType VisitTypeOfType(const TypeOfType *T);
624 cast<TypeOfType>(T1)->getUnderlyingType(),
625 cast<TypeOfType>(T2)->getUnderlyingType()))
1670 QualType ASTNodeImporter::VisitTypeOfType(const TypeOfType *T) {
H A DMicrosoftMangle.cpp1770 void MicrosoftCXXNameMangler::mangleType(const TypeOfType *T,
H A DItaniumMangle.cpp2379 void CXXNameMangler::mangleType(const TypeOfType *T) {
H A DASTContext.cpp3599 /// TypeOfType AST's. The only motivation to unique these nodes would be
3605 TypeOfType *tot = new (*this, TypeAlignment) TypeOfType(tofType, Canonical);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3297 else if (const TypeOfType *TP = dyn_cast<TypeOfType>(DT))
H A DSemaTemplateDeduction.cpp4972 cast<TypeOfType>(T)->getUnderlyingType(),
H A DSemaTemplate.cpp3916 bool UnnamedLocalNoLinkageFinder::VisitTypeOfType(const TypeOfType* T) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1919 T = cast<TypeOfType>(T)->getUnderlyingType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp233 void ASTTypeWriter::VisitTypeOfType(const TypeOfType *T) {

Completed in 312 milliseconds