Searched defs:TL (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2185 TypeLoc TL; local
[all...]
H A DSemaInit.cpp6093 TypeLoc TL = TInfo->getTypeLoc(); local
H A DSemaStmt.cpp303 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); local
2998 TypeLoc TL = FD->getTypeSourceInfo()->getTypeLoc().IgnoreParens(); local
H A DSemaTemplate.cpp1543 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { argument
3135 DependentNameTypeLoc TL = TLB.push<DependentNameTypeLoc>(ArgType); local
6007 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) { argument
7996 DependentNameTypeLoc TL = TLB.push<DependentNameTypeLoc>(Result); local
8025 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>(); local
8030 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>(); local
8101 ElaboratedTypeLoc TL = Builder.push<ElaboratedTypeLoc>(T); local
[all...]
H A DSemaType.cpp4531 static void fillAttributedTypeLoc(AttributedTypeLoc TL, argument
4580 VisitAttributedTypeLoc(AttributedTypeLoc TL) argument
4584 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) argument
4587 VisitTypedefTypeLoc(TypedefTypeLoc TL) argument
4590 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) argument
4597 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) argument
4602 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
4607 VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) argument
4630 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) argument
4635 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) argument
4644 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) argument
4654 VisitBuiltinTypeLoc(BuiltinTypeLoc TL) argument
4669 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) argument
4687 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) argument
4694 VisitDependentTemplateSpecializationTypeLoc( DependentTemplateSpecializationTypeLoc TL) argument
4703 VisitTagTypeLoc(TagTypeLoc TL) argument
4706 VisitAtomicTypeLoc(AtomicTypeLoc TL) argument
4725 VisitPipeTypeLoc(PipeTypeLoc TL) argument
4733 VisitTypeLoc(TypeLoc TL) argument
4747 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) argument
4750 VisitDecayedTypeLoc(DecayedTypeLoc TL) argument
4754 VisitAttributedTypeLoc(AttributedTypeLoc TL) argument
4757 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) argument
4760 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) argument
4764 VisitPointerTypeLoc(PointerTypeLoc TL) argument
4768 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
4772 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) argument
4817 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) argument
4823 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) argument
4828 VisitArrayTypeLoc(ArrayTypeLoc TL) argument
4834 VisitFunctionTypeLoc(FunctionTypeLoc TL) argument
4848 VisitParenTypeLoc(ParenTypeLoc TL) argument
4853 VisitPipeTypeLoc(PipeTypeLoc TL) argument
4858 VisitTypeLoc(TypeLoc TL) argument
4933 TypeLoc TL = ReturnTypeInfo->getTypeLoc(); local
[all...]
H A DSemaChecking.cpp8546 TypeLoc TL = TInfo->getTypeLoc(); local
H A DSemaDecl.cpp11147 TypeLoc TL = TI->getTypeLoc(); local
H A DSemaDeclCXX.cpp888 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc(); local
2999 ElaboratedTypeLoc TL = TInfo->getTypeLoc().castAs<ElaboratedTypeLoc>(); local
4539 void Visit(TypeLoc TL, Sem argument
4548 Check(FunctionProtoTypeLoc TL, Sema::AbstractDiagSelID Sel) argument
4559 Check(ArrayTypeLoc TL, Sema::AbstractDiagSelID Sel) argument
4563 Check(TemplateSpecializationTypeLoc TL, Sema::AbstractDiagSelID Sel) argument
4587 Check(TypeLoc TL, Sema::AbstractDiagSelID Sel) argument
4619 CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel) argument
12358 DependentNameTypeLoc TL = local
12364 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>(); local
12389 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>(); local
[all...]
H A DSemaExpr.cpp4801 TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc(); local
H A DTreeTransform.h3383 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, local
3897 TypeLoc TL = DI->getTypeLoc(); local
3999 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
4027 TransformTSIInObjectScope( TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument
4102 TransformAdjustedType(TypeLocBuilder &TLB, AdjustedTypeLoc TL) argument
4109 TransformDecayedType(TypeLocBuilder &TLB, DecayedTypeLoc TL) argument
4125 TransformPointerType(TypeLocBuilder &TLB, PointerTypeLoc TL) argument
4163 TransformBlockPointerType(TypeLocBuilder &TLB, BlockPointerTypeLoc TL) argument
4190 TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL) argument
4227 TransformLValueReferenceType(TypeLocBuilder &TLB, LValueReferenceTypeLoc TL) argument
4234 TransformRValueReferenceType(TypeLocBuilder &TLB, RValueReferenceTypeLoc TL) argument
4241 TransformMemberPointerType(TypeLocBuilder &TLB, MemberPointerTypeLoc TL) argument
4293 TransformConstantArrayType(TypeLocBuilder &TLB, ConstantArrayTypeLoc TL) argument
4333 TransformIncompleteArrayType( TypeLocBuilder &TLB, IncompleteArrayTypeLoc TL) argument
4362 TransformVariableArrayType(TypeLocBuilder &TLB, VariableArrayTypeLoc TL) argument
4401 TransformDependentSizedArrayType(TypeLocBuilder &TLB, DependentSizedArrayTypeLoc TL) argument
4448 TransformDependentSizedExtVectorType( TypeLocBuilder &TLB, DependentSizedExtVectorTypeLoc TL) argument
4492 TransformVectorType(TypeLocBuilder &TLB, VectorTypeLoc TL) argument
4515 TransformExtVectorType(TypeLocBuilder &TLB, ExtVectorTypeLoc TL) argument
4613 TypeLoc TL = OldParm->getTypeSourceInfo()->getTypeLoc(); local
4791 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL) argument
4804 TransformFunctionProtoType( TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument
4981 TransformFunctionNoProtoType( TypeLocBuilder &TLB, FunctionNoProtoTypeLoc TL) argument
5003 TransformUnresolvedUsingType(TypeLocBuilder &TLB, UnresolvedUsingTypeLoc TL) argument
5026 TransformTypedefType(TypeLocBuilder &TLB, TypedefTypeLoc TL) argument
5050 TransformTypeOfExprType(TypeLocBuilder &TLB, TypeOfExprTypeLoc TL) argument
5082 TransformTypeOfType(TypeLocBuilder &TLB, TypeOfTypeLoc TL) argument
5106 TransformDecltypeType(TypeLocBuilder &TLB, DecltypeTypeLoc TL) argument
5138 TransformUnaryTransformType( TypeLocBuilder &TLB, UnaryTransformTypeLoc TL) argument
5161 TransformAutoType(TypeLocBuilder &TLB, AutoTypeLoc TL) argument
5187 TransformRecordType(TypeLocBuilder &TLB, RecordTypeLoc TL) argument
5211 TransformEnumType(TypeLocBuilder &TLB, EnumTypeLoc TL) argument
5235 TransformInjectedClassNameType( TypeLocBuilder &TLB, InjectedClassNameTypeLoc TL) argument
5248 TransformTemplateTypeParmType( TypeLocBuilder &TLB, TemplateTypeParmTypeLoc TL) argument
5255 TransformSubstTemplateTypeParmType( TypeLocBuilder &TLB, SubstTemplateTypeParmTypeLoc TL) argument
5283 TransformSubstTemplateTypeParmPackType( TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL) argument
5290 TransformTemplateSpecializationType( TypeLocBuilder &TLB, TemplateSpecializationTypeLoc TL) argument
5308 TransformAtomicType(TypeLocBuilder &TLB, AtomicTypeLoc TL) argument
5331 TransformPipeType(TypeLocBuilder &TLB, PipeTypeLoc TL) argument
5416 TransformTemplateSpecializationType( TypeLocBuilder &TLB, TemplateSpecializationTypeLoc TL, TemplateName Template) argument
5470 TransformDependentTemplateSpecializationType( TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, TemplateName Template, CXXScopeSpec &SS) argument
5530 TransformElaboratedType(TypeLocBuilder &TLB, ElaboratedTypeLoc TL) argument
5582 TransformAttributedType( TypeLocBuilder &TLB, AttributedTypeLoc TL) argument
5631 TransformParenType(TypeLocBuilder &TLB, ParenTypeLoc TL) argument
5652 TransformDependentNameType(TypeLocBuilder &TLB, DependentNameTypeLoc TL) argument
5688 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL) argument
5704 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
5771 TransformPackExpansionType(TypeLocBuilder &TLB, PackExpansionTypeLoc TL) argument
5796 TransformObjCInterfaceType(TypeLocBuilder &TLB, ObjCInterfaceTypeLoc TL) argument
5805 TransformObjCObjectType(TypeLocBuilder &TLB, ObjCObjectTypeLoc TL) argument
5936 TransformObjCObjectPointerType(TypeLocBuilder &TLB, ObjCObjectPointerTypeLoc TL) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5713 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { argument
5716 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { argument
5725 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { argument
5728 VisitPointerTypeLoc(PointerTypeLoc TL) argument
5731 VisitDecayedTypeLoc(DecayedTypeLoc TL) argument
5734 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) argument
5737 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) argument
5740 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) argument
5743 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) argument
5746 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) argument
5750 VisitArrayTypeLoc(ArrayTypeLoc TL) argument
5758 VisitConstantArrayTypeLoc(ConstantArrayTypeLoc TL) argument
5761 VisitIncompleteArrayTypeLoc(IncompleteArrayTypeLoc TL) argument
5764 VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) argument
5767 VisitDependentSizedArrayTypeLoc( DependentSizedArrayTypeLoc TL) argument
5771 VisitDependentSizedExtVectorTypeLoc( DependentSizedExtVectorTypeLoc TL) argument
5775 VisitVectorTypeLoc(VectorTypeLoc TL) argument
5778 VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) argument
5781 VisitFunctionTypeLoc(FunctionTypeLoc TL) argument
5790 VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) argument
5793 VisitFunctionNoProtoTypeLoc(FunctionNoProtoTypeLoc TL) argument
5796 VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) argument
5799 VisitTypedefTypeLoc(TypedefTypeLoc TL) argument
5802 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) argument
5807 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) argument
5813 VisitDecltypeTypeLoc(DecltypeTypeLoc TL) argument
5816 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) argument
5822 VisitAutoTypeLoc(AutoTypeLoc TL) argument
5825 VisitRecordTypeLoc(RecordTypeLoc TL) argument
5828 VisitEnumTypeLoc(EnumTypeLoc TL) argument
5831 VisitAttributedTypeLoc(AttributedTypeLoc TL) argument
5847 VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) argument
5850 VisitSubstTemplateTypeParmTypeLoc( SubstTemplateTypeParmTypeLoc TL) argument
5854 VisitSubstTemplateTypeParmPackTypeLoc( SubstTemplateTypeParmPackTypeLoc TL) argument
5858 VisitTemplateSpecializationTypeLoc( TemplateSpecializationTypeLoc TL) argument
5870 VisitParenTypeLoc(ParenTypeLoc TL) argument
5874 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) argument
5878 VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) argument
5881 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) argument
5886 VisitDependentTemplateSpecializationTypeLoc( DependentTemplateSpecializationTypeLoc TL) argument
5900 VisitPackExpansionTypeLoc(PackExpansionTypeLoc TL) argument
5903 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) argument
5906 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) argument
5917 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
5920 VisitAtomicTypeLoc(AtomicTypeLoc TL) argument
5925 VisitPipeTypeLoc(PipeTypeLoc TL) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1341 static SourceRange getPrintable(TypeLoc TL) { return TL.getSourceRange();} argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3379 TemplateSpecializationTypeLoc TL = local

Completed in 369 milliseconds

12