Searched defs:TypeSourceInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h55 /// TypeLoc TL = TypeSourceInfo->getTypeLoc();
59 class TypeSourceInfo { class in namespace:clang
64 TypeSourceInfo(QualType ty) : Ty(ty) { } function in class:clang::TypeSourceInfo
72 /// \brief Override the type stored in this TypeSourceInfo. Use with caution!
583 /// Contains type source information through TypeSourceInfo.
588 TypeSourceInfo *TInfo;
591 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo;
603 DeclarationName N, QualType T, TypeSourceInfo *TInfo,
609 TypeSourceInfo *getTypeSourceInfo() const {
612 : DeclInfo.get<TypeSourceInfo*>();
[all...]

Completed in 311 milliseconds