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

/external/clang/include/clang/Sema/
H A DLocInfoType.h50 TypeSourceInfo *getTypeSourceInfo() const { return DeclInfo; } function in class:clang::LocInfoType
H A DInitialization.h346 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::InitializedEntity
/external/clang/lib/Sema/
H A DTypeLocBuilder.h104 TypeSourceInfo *getTypeSourceInfo(ASTContext& Context, QualType T) { function in class:clang::TypeLocBuilder
/external/clang/include/clang/AST/
H A DDecl.h552 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::DeclaratorDecl
2444 TypeSourceInfo *getTypeSourceInfo() const {
H A DTemplateBase.h469 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::TemplateArgumentLoc
H A DExprCXX.h1279 TypeSourceInfo *getTypeSourceInfo() const { return Type; } function in class:clang::CXXTemporaryObjectExpr
1565 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::CXXScalarValueInitExpr
1862 TypeSourceInfo *getTypeSourceInfo() const {
1992 return DestroyedType.getTypeSourceInfo();
2844 TypeSourceInfo *getTypeSourceInfo() const { return Type; }
H A DDeclCXX.h257 TypeSourceInfo *getTypeSourceInfo() const { return BaseTypeInfo; } function in class:clang::CXXBaseSpecifier
2019 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::CXXCtorInitializer
H A DDeclObjC.h2246 TypeSourceInfo *getTypeSourceInfo() const { return DeclType; } function in class:clang::ObjCPropertyDecl
H A DExpr.h1904 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::StringLiteral::OffsetOfExpr
2621 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
3524 /// getTypeSourceInfo - Return the destination type.
3525 TypeSourceInfo *getTypeSourceInfo() const { function in class:clang::StringLiteral::OffsetOfExpr::ConvertVectorExpr

Completed in 709 milliseconds