/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 59 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() 83 bool VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc() 118 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc() 134 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc() 139 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc() 164 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc() 174 bool TraverseTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in TraverseTemplateSpecializationTypeLoc() 194 bool VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) { in VisitDeducedTemplateSpecializationTypeLoc() 204 bool VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) { in VisitInjectedClassNameTypeLoc() 209 bool VisitDependentNameTypeLoc(DependentNameTypeLoc TL) { in VisitDependentNameTypeLoc() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Comment.cpp | 129 TypeLoc TL = SrcTL.IgnoreParens(); in lookThroughTypedefOrTypeAliasLocs() local 156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() 180 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in getFunctionTypeLoc() local 354 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
|
H A D | TypeLoc.cpp | 54 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl() argument 125 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl() argument 132 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl() argument 185 TypeLoc TL(getType(), Data); copy() local 309 isKind(const TypeLoc & TL) isKind() argument 441 IgnoreParensImpl(TypeLoc TL) IgnoreParensImpl() argument 670 VisitAutoTypeLoc(AutoTypeLoc TL) VisitAutoTypeLoc() argument [all...] |
H A D | ASTTypeTraits.cpp | 203 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local 240 if (const TypeLoc *TL = get<TypeLoc>()) getSourceRange() local
|
H A D | NestedNameSpecifier.cpp | 444 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange() local 565 TypeLoc TL, in Extend() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 329 addSourceLocation(TL.getBuiltinLoc()); in VisitRValueReferenceTypeLoc() argument 333 Record.push_back(static_cast<uint64_t>(TL.getWrittenWidthSpec())); in VisitMemberPointerTypeLoc() argument 338 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitArrayTypeLoc() argument 291 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) VisitQualifiedTypeLoc() argument 295 VisitBuiltinTypeLoc(BuiltinTypeLoc TL) VisitBuiltinTypeLoc() argument 305 VisitComplexTypeLoc(ComplexTypeLoc TL) VisitComplexTypeLoc() argument 309 VisitPointerTypeLoc(PointerTypeLoc TL) VisitPointerTypeLoc() argument 313 VisitDecayedTypeLoc(DecayedTypeLoc TL) VisitDecayedTypeLoc() argument 317 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) VisitAdjustedTypeLoc() argument 321 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) VisitBlockPointerTypeLoc() argument 325 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) VisitLValueReferenceTypeLoc() argument 346 VisitConstantArrayTypeLoc(ConstantArrayTypeLoc TL) VisitConstantArrayTypeLoc() argument 350 VisitIncompleteArrayTypeLoc(IncompleteArrayTypeLoc TL) VisitIncompleteArrayTypeLoc() argument 354 VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) VisitVariableArrayTypeLoc() argument 359 VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) VisitDependentSizedArrayTypeLoc() argument 364 VisitDependentAddressSpaceTypeLoc(DependentAddressSpaceTypeLoc TL) VisitDependentAddressSpaceTypeLoc() argument 373 VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) VisitDependentSizedExtVectorTypeLoc() argument 377 VisitVectorTypeLoc(VectorTypeLoc TL) VisitVectorTypeLoc() argument 382 VisitDependentVectorTypeLoc(DependentVectorTypeLoc TL) VisitDependentVectorTypeLoc() argument 386 VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) VisitExtVectorTypeLoc() argument 390 VisitConstantMatrixTypeLoc(ConstantMatrixTypeLoc TL) VisitConstantMatrixTypeLoc() argument 400 VisitDependentSizedMatrixTypeLoc(DependentSizedMatrixTypeLoc TL) VisitDependentSizedMatrixTypeLoc() argument 409 VisitFunctionTypeLoc(FunctionTypeLoc TL) VisitFunctionTypeLoc() argument 419 VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) VisitFunctionProtoTypeLoc() argument 423 VisitFunctionNoProtoTypeLoc(FunctionNoProtoTypeLoc TL) VisitFunctionNoProtoTypeLoc() argument 427 VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) VisitUnresolvedUsingTypeLoc() argument 431 VisitUsingTypeLoc(UsingTypeLoc TL) VisitUsingTypeLoc() argument 435 VisitTypedefTypeLoc(TypedefTypeLoc TL) VisitTypedefTypeLoc() argument 439 VisitObjCTypeParamTypeLoc(ObjCTypeParamTypeLoc TL) VisitObjCTypeParamTypeLoc() argument 448 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) VisitTypeOfExprTypeLoc() argument 454 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) VisitTypeOfTypeLoc() argument 461 VisitDecltypeTypeLoc(DecltypeTypeLoc TL) VisitDecltypeTypeLoc() argument 466 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) VisitUnaryTransformTypeLoc() argument 485 VisitAutoTypeLoc(AutoTypeLoc TL) VisitAutoTypeLoc() argument 497 VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) VisitDeducedTemplateSpecializationTypeLoc() argument 501 VisitRecordTypeLoc(RecordTypeLoc TL) VisitRecordTypeLoc() argument 505 VisitEnumTypeLoc(EnumTypeLoc TL) VisitEnumTypeLoc() argument 509 VisitAttributedTypeLoc(AttributedTypeLoc TL) VisitAttributedTypeLoc() argument 513 VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) VisitBTFTagAttributedTypeLoc() argument 517 VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) VisitTemplateTypeParmTypeLoc() argument 522 VisitSubstTemplateTypeParmTypeLoc(SubstTemplateTypeParmTypeLoc TL) VisitSubstTemplateTypeParmTypeLoc() argument 527 VisitSubstTemplateTypeParmPackTypeLoc(SubstTemplateTypeParmPackTypeLoc TL) VisitSubstTemplateTypeParmPackTypeLoc() argument 532 VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) VisitTemplateSpecializationTypeLoc() argument 542 VisitParenTypeLoc(ParenTypeLoc TL) VisitParenTypeLoc() argument 547 VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) VisitMacroQualifiedTypeLoc() argument 551 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) VisitElaboratedTypeLoc() argument 556 VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) VisitInjectedClassNameTypeLoc() argument 560 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) VisitDependentNameTypeLoc() argument 567 VisitDependentTemplateSpecializationTypeLoc(DependentTemplateSpecializationTypeLoc TL) VisitDependentTemplateSpecializationTypeLoc() argument 579 VisitPackExpansionTypeLoc(PackExpansionTypeLoc TL) VisitPackExpansionTypeLoc() argument 583 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) VisitObjCInterfaceTypeLoc() argument 588 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) VisitObjCObjectTypeLoc() argument 600 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) VisitObjCObjectPointerTypeLoc() argument 604 VisitAtomicTypeLoc(AtomicTypeLoc TL) VisitAtomicTypeLoc() argument 610 VisitPipeTypeLoc(PipeTypeLoc TL) VisitPipeTypeLoc() argument 614 VisitBitIntTypeLoc(clang::BitIntTypeLoc TL) VisitBitIntTypeLoc() argument 618 VisitDependentBitIntTypeLoc(clang::DependentBitIntTypeLoc TL) VisitDependentBitIntTypeLoc() argument 5642 AddTypeLoc(TypeLoc TL,LocSeq * OuterSeq) AddTypeLoc() argument [all...] |
H A D | ASTReader.cpp | 6782 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) VisitQualifiedTypeLoc() argument 6786 VisitBuiltinTypeLoc(BuiltinTypeLoc TL) VisitBuiltinTypeLoc() argument 6796 VisitComplexTypeLoc(ComplexTypeLoc TL) VisitComplexTypeLoc() argument 6800 VisitPointerTypeLoc(PointerTypeLoc TL) VisitPointerTypeLoc() argument 6804 VisitDecayedTypeLoc(DecayedTypeLoc TL) VisitDecayedTypeLoc() argument 6808 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) VisitAdjustedTypeLoc() argument 6812 VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) VisitMacroQualifiedTypeLoc() argument 6816 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) VisitBlockPointerTypeLoc() argument 6820 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) VisitLValueReferenceTypeLoc() argument 6824 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) VisitRValueReferenceTypeLoc() argument 6828 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) VisitMemberPointerTypeLoc() argument 6833 VisitArrayTypeLoc(ArrayTypeLoc TL) VisitArrayTypeLoc() argument 6842 VisitConstantArrayTypeLoc(ConstantArrayTypeLoc TL) VisitConstantArrayTypeLoc() argument 6846 VisitIncompleteArrayTypeLoc(IncompleteArrayTypeLoc TL) VisitIncompleteArrayTypeLoc() argument 6850 VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) VisitVariableArrayTypeLoc() argument 6855 VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) VisitDependentSizedArrayTypeLoc() argument 6860 VisitDependentAddressSpaceTypeLoc(DependentAddressSpaceTypeLoc TL) VisitDependentAddressSpaceTypeLoc() argument 6868 VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) VisitDependentSizedExtVectorTypeLoc() argument 6872 VisitVectorTypeLoc(VectorTypeLoc TL) VisitVectorTypeLoc() argument 6877 VisitDependentVectorTypeLoc(DependentVectorTypeLoc TL) VisitDependentVectorTypeLoc() argument 6881 VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) VisitExtVectorTypeLoc() argument 6885 VisitConstantMatrixTypeLoc(ConstantMatrixTypeLoc TL) VisitConstantMatrixTypeLoc() argument 6893 VisitDependentSizedMatrixTypeLoc(DependentSizedMatrixTypeLoc TL) VisitDependentSizedMatrixTypeLoc() argument 6900 VisitFunctionTypeLoc(FunctionTypeLoc TL) VisitFunctionTypeLoc() argument 6911 VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) VisitFunctionProtoTypeLoc() argument 6915 VisitFunctionNoProtoTypeLoc(FunctionNoProtoTypeLoc TL) VisitFunctionNoProtoTypeLoc() argument 6919 VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) VisitUnresolvedUsingTypeLoc() argument 6923 VisitUsingTypeLoc(UsingTypeLoc TL) VisitUsingTypeLoc() argument 6927 VisitTypedefTypeLoc(TypedefTypeLoc TL) VisitTypedefTypeLoc() argument 6931 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) VisitTypeOfExprTypeLoc() argument 6937 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) VisitTypeOfTypeLoc() argument 6944 VisitDecltypeTypeLoc(DecltypeTypeLoc TL) VisitDecltypeTypeLoc() argument 6949 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) VisitUnaryTransformTypeLoc() argument 6968 VisitAutoTypeLoc(AutoTypeLoc TL) VisitAutoTypeLoc() argument 6977 VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) VisitDeducedTemplateSpecializationTypeLoc() argument 6981 VisitRecordTypeLoc(RecordTypeLoc TL) VisitRecordTypeLoc() argument 6985 VisitEnumTypeLoc(EnumTypeLoc TL) VisitEnumTypeLoc() argument 6989 VisitAttributedTypeLoc(AttributedTypeLoc TL) VisitAttributedTypeLoc() argument 6993 VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) VisitBTFTagAttributedTypeLoc() argument 6997 VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) VisitTemplateTypeParmTypeLoc() argument 7002 VisitSubstTemplateTypeParmTypeLoc(SubstTemplateTypeParmTypeLoc TL) VisitSubstTemplateTypeParmTypeLoc() argument 7007 VisitSubstTemplateTypeParmPackTypeLoc(SubstTemplateTypeParmPackTypeLoc TL) VisitSubstTemplateTypeParmPackTypeLoc() argument 7012 VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) VisitTemplateSpecializationTypeLoc() argument 7023 VisitParenTypeLoc(ParenTypeLoc TL) VisitParenTypeLoc() argument 7028 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) VisitElaboratedTypeLoc() argument 7033 VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) VisitInjectedClassNameTypeLoc() argument 7037 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) VisitDependentNameTypeLoc() argument 7044 VisitDependentTemplateSpecializationTypeLoc(DependentTemplateSpecializationTypeLoc TL) VisitDependentTemplateSpecializationTypeLoc() argument 7057 VisitPackExpansionTypeLoc(PackExpansionTypeLoc TL) VisitPackExpansionTypeLoc() argument 7061 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) VisitObjCInterfaceTypeLoc() argument 7066 VisitObjCTypeParamTypeLoc(ObjCTypeParamTypeLoc TL) VisitObjCTypeParamTypeLoc() argument 7075 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) VisitObjCObjectTypeLoc() argument 7087 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) VisitObjCObjectPointerTypeLoc() argument 7091 VisitAtomicTypeLoc(AtomicTypeLoc TL) VisitAtomicTypeLoc() argument 7097 VisitPipeTypeLoc(PipeTypeLoc TL) VisitPipeTypeLoc() argument 7101 VisitBitIntTypeLoc(clang::BitIntTypeLoc TL) VisitBitIntTypeLoc() argument 7105 VisitDependentBitIntTypeLoc(clang::DependentBitIntTypeLoc TL) VisitDependentBitIntTypeLoc() argument 7109 readTypeLoc(TypeLoc TL,LocSeq * ParentSeq) readTypeLoc() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 6201 fillAttributedTypeLoc(AttributedTypeLoc TL,TypeProcessingState & State) fillAttributedTypeLoc() argument 6233 VisitAttributedTypeLoc(AttributedTypeLoc TL) VisitAttributedTypeLoc() argument 6237 VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) VisitBTFTagAttributedTypeLoc() argument 6240 VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) VisitMacroQualifiedTypeLoc() argument 6245 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) VisitQualifiedTypeLoc() argument 6250 VisitPointerTypeLoc(PointerTypeLoc TL) VisitPointerTypeLoc() argument 6251 VisitTypedefTypeLoc(TypedefTypeLoc TL) VisitTypedefTypeLoc() argument 6254 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) VisitObjCInterfaceTypeLoc() argument 6261 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) VisitObjCObjectTypeLoc() argument 6266 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) VisitObjCObjectPointerTypeLoc() argument 6271 VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) VisitTemplateSpecializationTypeLoc() argument 6294 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) VisitTypeOfExprTypeLoc() argument 6300 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) VisitTypeOfTypeLoc() argument 6310 VisitDecltypeTypeLoc(DecltypeTypeLoc TL) VisitDecltypeTypeLoc() argument 6315 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) VisitUnaryTransformTypeLoc() argument 6324 VisitBuiltinTypeLoc(BuiltinTypeLoc TL) VisitBuiltinTypeLoc() argument 6337 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) VisitElaboratedTypeLoc() argument 6355 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) VisitDependentNameTypeLoc() argument 6363 VisitDependentTemplateSpecializationTypeLoc(DependentTemplateSpecializationTypeLoc TL) VisitDependentTemplateSpecializationTypeLoc() argument 6371 VisitAutoTypeLoc(AutoTypeLoc TL) VisitAutoTypeLoc() argument 6406 VisitTagTypeLoc(TagTypeLoc TL) VisitTagTypeLoc() argument 6409 VisitAtomicTypeLoc(AtomicTypeLoc TL) VisitAtomicTypeLoc() argument 6428 VisitPipeTypeLoc(PipeTypeLoc TL) VisitPipeTypeLoc() argument 6436 VisitExtIntTypeLoc(BitIntTypeLoc TL) VisitExtIntTypeLoc() argument 6440 VisitDependentExtIntTypeLoc(DependentBitIntTypeLoc TL) VisitDependentExtIntTypeLoc() argument 6444 VisitTypeLoc(TypeLoc TL) VisitTypeLoc() argument 6460 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) VisitQualifiedTypeLoc() argument 6463 VisitDecayedTypeLoc(DecayedTypeLoc TL) VisitDecayedTypeLoc() argument 6467 VisitAttributedTypeLoc(AttributedTypeLoc TL) VisitAttributedTypeLoc() argument 6470 VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) VisitBTFTagAttributedTypeLoc() argument 6473 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) VisitAdjustedTypeLoc() argument 6476 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) VisitBlockPointerTypeLoc() argument 6480 VisitPointerTypeLoc(PointerTypeLoc TL) VisitPointerTypeLoc() argument 6484 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) VisitObjCObjectPointerTypeLoc() argument 6488 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) VisitMemberPointerTypeLoc() argument 6533 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) VisitLValueReferenceTypeLoc() argument 6539 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) VisitRValueReferenceTypeLoc() argument 6544 VisitArrayTypeLoc(ArrayTypeLoc TL) VisitArrayTypeLoc() argument 6550 VisitFunctionTypeLoc(FunctionTypeLoc TL) VisitFunctionTypeLoc() argument 6564 VisitParenTypeLoc(ParenTypeLoc TL) VisitParenTypeLoc() argument 6569 VisitPipeTypeLoc(PipeTypeLoc TL) VisitPipeTypeLoc() argument 6573 VisitBitIntTypeLoc(BitIntTypeLoc TL) VisitBitIntTypeLoc() argument 6576 VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) VisitMacroQualifiedTypeLoc() argument 6579 VisitVectorTypeLoc(VectorTypeLoc TL) VisitVectorTypeLoc() argument 6580 VisitDependentVectorTypeLoc(DependentVectorTypeLoc TL) VisitDependentVectorTypeLoc() argument 6583 VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) VisitExtVectorTypeLoc() argument 6587 VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) VisitDependentSizedExtVectorTypeLoc() argument 6590 VisitMatrixTypeLoc(MatrixTypeLoc TL) VisitMatrixTypeLoc() argument 6594 VisitTypeLoc(TypeLoc TL) VisitTypeLoc() argument 6681 auto TL = CurrTL.castAs<MacroQualifiedTypeLoc>(); GetTypeSourceInfoForDeclarator() local 6689 auto TL = CurrTL.castAs<AttributedTypeLoc>(); GetTypeSourceInfoForDeclarator() local 6702 auto TL = CurrTL.castAs<DependentAddressSpaceTypeLoc>(); GetTypeSourceInfoForDeclarator() local 6721 TypeLoc TL = ReturnTypeInfo->getTypeLoc(); GetTypeSourceInfoForDeclarator() local [all...] |
H A D | TreeTransform.h | 4363 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, TransformNestedNameSpecifierLoc() local 4895 TypeLoc TL = DI->getTypeLoc(); TransformType() local 4947 TypeLoc TL = DI->getTypeLoc(); TransformTypeWithDeducedTST() local 5007 RebuildQualifiedType(QualType T,QualifiedTypeLoc TL) RebuildQualifiedType() argument 5078 TransformTypeInObjectScope(TypeLoc TL,QualType ObjectType,NamedDecl * UnqualLookup,CXXScopeSpec & SS) TransformTypeInObjectScope() argument 5107 TransformTSIInObjectScope(TypeLoc TL,QualType ObjectType,NamedDecl * UnqualLookup,CXXScopeSpec & SS) TransformTSIInObjectScope() argument 5182 TransformAdjustedType(TypeLocBuilder & TLB,AdjustedTypeLoc TL) TransformAdjustedType() argument 5189 TransformDecayedType(TypeLocBuilder & TLB,DecayedTypeLoc TL) TransformDecayedType() argument 5205 TransformPointerType(TypeLocBuilder & TLB,PointerTypeLoc TL) TransformPointerType() argument 5243 TransformBlockPointerType(TypeLocBuilder & TLB,BlockPointerTypeLoc TL) TransformBlockPointerType() argument 5270 TransformReferenceType(TypeLocBuilder & TLB,ReferenceTypeLoc TL) TransformReferenceType() argument 5307 TransformLValueReferenceType(TypeLocBuilder & TLB,LValueReferenceTypeLoc TL) TransformLValueReferenceType() argument 5314 TransformRValueReferenceType(TypeLocBuilder & TLB,RValueReferenceTypeLoc TL) TransformRValueReferenceType() argument 5321 TransformMemberPointerType(TypeLocBuilder & TLB,MemberPointerTypeLoc TL) TransformMemberPointerType() argument 5373 TransformConstantArrayType(TypeLocBuilder & TLB,ConstantArrayTypeLoc TL) TransformConstantArrayType() argument 5419 TransformIncompleteArrayType(TypeLocBuilder & TLB,IncompleteArrayTypeLoc TL) TransformIncompleteArrayType() argument 5447 TransformVariableArrayType(TypeLocBuilder & TLB,VariableArrayTypeLoc TL) TransformVariableArrayType() argument 5494 TransformDependentSizedArrayType(TypeLocBuilder & TLB,DependentSizedArrayTypeLoc TL) TransformDependentSizedArrayType() argument 5544 TransformDependentVectorType(TypeLocBuilder & TLB,DependentVectorTypeLoc TL) TransformDependentVectorType() argument 5583 TransformDependentSizedExtVectorType(TypeLocBuilder & TLB,DependentSizedExtVectorTypeLoc TL) TransformDependentSizedExtVectorType() argument 5627 TransformConstantMatrixType(TypeLocBuilder & TLB,ConstantMatrixTypeLoc TL) TransformConstantMatrixType() argument 5652 TransformDependentSizedMatrixType(TypeLocBuilder & TLB,DependentSizedMatrixTypeLoc TL) TransformDependentSizedMatrixType() argument 5706 TransformDependentAddressSpaceType(TypeLocBuilder & TLB,DependentAddressSpaceTypeLoc TL) TransformDependentAddressSpaceType() argument 5752 TransformVectorType(TypeLocBuilder & TLB,VectorTypeLoc TL) TransformVectorType() argument 5775 TransformExtVectorType(TypeLocBuilder & TLB,ExtVectorTypeLoc TL) TransformExtVectorType() argument 5878 TypeLoc TL = OldParm->getTypeSourceInfo()->getTypeLoc(); TransformFunctionTypeParams() local 6090 TransformFunctionProtoType(TypeLocBuilder & TLB,FunctionProtoTypeLoc TL) TransformFunctionProtoType() argument 6102 TransformFunctionProtoType(TypeLocBuilder & TLB,FunctionProtoTypeLoc TL,CXXRecordDecl * ThisContext,Qualifiers ThisTypeQuals,Fn TransformExceptionSpec) TransformFunctionProtoType() argument 6300 TransformFunctionNoProtoType(TypeLocBuilder & TLB,FunctionNoProtoTypeLoc TL) TransformFunctionNoProtoType() argument 6321 TransformUnresolvedUsingType(TypeLocBuilder & TLB,UnresolvedUsingTypeLoc TL) TransformUnresolvedUsingType() argument 6344 TransformUsingType(TypeLocBuilder & TLB,UsingTypeLoc TL) TransformUsingType() argument 6370 TransformTypedefType(TypeLocBuilder & TLB,TypedefTypeLoc TL) TransformTypedefType() argument 6394 TransformTypeOfExprType(TypeLocBuilder & TLB,TypeOfExprTypeLoc TL) TransformTypeOfExprType() argument 6427 TransformTypeOfType(TypeLocBuilder & TLB,TypeOfTypeLoc TL) TransformTypeOfType() argument 6452 TransformDecltypeType(TypeLocBuilder & TLB,DecltypeTypeLoc TL) TransformDecltypeType() argument 6486 TransformUnaryTransformType(TypeLocBuilder & TLB,UnaryTransformTypeLoc TL) TransformUnaryTransformType() argument 6508 TransformDeducedTemplateSpecializationType(TypeLocBuilder & TLB,DeducedTemplateSpecializationTypeLoc TL) TransformDeducedTemplateSpecializationType() argument 6539 TransformRecordType(TypeLocBuilder & TLB,RecordTypeLoc TL) TransformRecordType() argument 6563 TransformEnumType(TypeLocBuilder & TLB,EnumTypeLoc TL) TransformEnumType() argument 6588 TransformInjectedClassNameType(TypeLocBuilder & TLB,InjectedClassNameTypeLoc TL) TransformInjectedClassNameType() argument 6601 TransformTemplateTypeParmType(TypeLocBuilder & TLB,TemplateTypeParmTypeLoc TL) TransformTemplateTypeParmType() argument 6609 TransformTemplateTypeParmType(TypeLocBuilder & TLB,TemplateTypeParmTypeLoc TL,bool) TransformTemplateTypeParmType() argument 6616 TransformSubstTemplateTypeParmType(TypeLocBuilder & TLB,SubstTemplateTypeParmTypeLoc TL) TransformSubstTemplateTypeParmType() argument 6644 TransformSubstTemplateTypeParmPackType(TypeLocBuilder & TLB,SubstTemplateTypeParmPackTypeLoc TL) TransformSubstTemplateTypeParmPackType() argument 6651 TransformSubstTemplateTypeParmPackType(TypeLocBuilder & TLB,SubstTemplateTypeParmPackTypeLoc TL,bool) TransformSubstTemplateTypeParmPackType() argument 6658 TransformTemplateSpecializationType(TypeLocBuilder & TLB,TemplateSpecializationTypeLoc TL) TransformTemplateSpecializationType() argument 6675 TransformAtomicType(TypeLocBuilder & TLB,AtomicTypeLoc TL) TransformAtomicType() argument 6698 TransformPipeType(TypeLocBuilder & TLB,PipeTypeLoc TL) TransformPipeType() argument 6720 TransformBitIntType(TypeLocBuilder & TLB,BitIntTypeLoc TL) TransformBitIntType() argument 6738 TransformDependentBitIntType(TypeLocBuilder & TLB,DependentBitIntTypeLoc TL) TransformDependentBitIntType() argument 6835 TransformAutoType(TypeLocBuilder & TLB,AutoTypeLoc TL) TransformAutoType() argument 6907 TransformTemplateSpecializationType(TypeLocBuilder & TLB,TemplateSpecializationTypeLoc TL,TemplateName Template) TransformTemplateSpecializationType() argument 6961 TransformDependentTemplateSpecializationType(TypeLocBuilder & TLB,DependentTemplateSpecializationTypeLoc TL,TemplateName Template,CXXScopeSpec & SS) TransformDependentTemplateSpecializationType() argument 7017 TransformElaboratedType(TypeLocBuilder & TLB,ElaboratedTypeLoc TL) TransformElaboratedType() argument 7074 TransformAttributedType(TypeLocBuilder & TLB,AttributedTypeLoc TL,Fn TransformModifiedTypeFn) TransformAttributedType() argument 7122 TransformAttributedType(TypeLocBuilder & TLB,AttributedTypeLoc TL) TransformAttributedType() argument 7131 TransformBTFTagAttributedType(TypeLocBuilder & TLB,BTFTagAttributedTypeLoc TL) TransformBTFTagAttributedType() argument 7139 TransformParenType(TypeLocBuilder & TLB,ParenTypeLoc TL) TransformParenType() argument 7161 TransformMacroQualifiedType(TypeLocBuilder & TLB,MacroQualifiedTypeLoc TL) TransformMacroQualifiedType() argument 7181 TransformDependentNameType(TypeLocBuilder & TLB,DependentNameTypeLoc TL) TransformDependentNameType() argument 7187 TransformDependentNameType(TypeLocBuilder & TLB,DependentNameTypeLoc TL,bool DeducedTSTContext) TransformDependentNameType() argument 7224 TransformDependentTemplateSpecializationType(TypeLocBuilder & TLB,DependentTemplateSpecializationTypeLoc TL) TransformDependentTemplateSpecializationType() argument 7240 TransformDependentTemplateSpecializationType(TypeLocBuilder & TLB,DependentTemplateSpecializationTypeLoc TL,NestedNameSpecifierLoc QualifierLoc) TransformDependentTemplateSpecializationType() argument 7305 TransformPackExpansionType(TypeLocBuilder & TLB,PackExpansionTypeLoc TL) TransformPackExpansionType() argument 7330 TransformObjCInterfaceType(TypeLocBuilder & TLB,ObjCInterfaceTypeLoc TL) TransformObjCInterfaceType() argument 7339 TransformObjCTypeParamType(TypeLocBuilder & TLB,ObjCTypeParamTypeLoc TL) TransformObjCTypeParamType() argument 7370 TransformObjCObjectType(TypeLocBuilder & TLB,ObjCObjectTypeLoc TL) TransformObjCObjectType() argument 7495 TransformObjCObjectPointerType(TypeLocBuilder & TLB,ObjCObjectPointerTypeLoc TL) TransformObjCObjectPointerType() argument [all...] |
H A D | SemaTemplateVariadic.cpp | 74 VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) VisitTemplateTypeParmTypeLoc() argument 153 TraverseTypeLoc(TypeLoc TL) TraverseTypeLoc() argument 184 TraversePackExpansionTypeLoc(PackExpansionTypeLoc TL) TraversePackExpansionTypeLoc() argument 538 collectUnexpandedParameterPacks(TypeLoc TL,SmallVectorImpl<UnexpandedParameterPack> & Unexpanded) collectUnexpandedParameterPacks() argument 625 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); CheckPackExpansion() local [all...] |
H A D | SemaCXXScopeSpec.cpp | 745 SubstTemplateTypeParmTypeLoc TL BuildCXXNestedNameSpecifier() local 749 SubstTemplateTypeParmPackTypeLoc TL BuildCXXNestedNameSpecifier() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 40 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc() argument 63 TypeLoc TL = TInfo->getTypeLoc(); in lookForAttribute() local 85 handleAttr(AttributedTypeLoc TL,Decl * D=nullptr) handleAttr() argument 242 TypeLoc TL = TInfo->getTypeLoc(); checkAllAtProps() local [all...] |
H A D | TransAutoreleasePool.cpp | 267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() 271 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DirectXSubtarget.h | 32 DirectXTargetLowering TL; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 110 SourceLocation StartLocationForType(TypeLoc TL) { in StartLocationForType() 123 SourceLocation EndLocationForType(TypeLoc TL) { in EndLocationForType() 140 NestedNameSpecifier *GetNestedNameForType(TypeLoc TL) { in GetNestedNameForType() 385 if (const auto *TL = Parents[0].get<TypeLoc>()) in VisitTypeLoc() local
|
/freebsd-src/sys/contrib/ck/include/ |
H A D | ck_elide.h | 231 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument 288 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.h | 32 const TargetLowering &TL; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 114 const TargetLoweringBase &TL; member in __anon24695abb0111::SafeStack 192 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack() argument 885 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local 945 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); run() local [all...] |
H A D | ExpandMemCmp.cpp | 917 const TargetLowering* TL = in runOnFunction() local 947 const TargetTransformInfo *TTI, const TargetLowering *TL, in runOnBlock() argument 967 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl() argument 999 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local [all...] |
H A D | ComplexDeinterleavingPass.cpp | 222 explicit ComplexDeinterleavingGraph(const TargetLowering *TL, in ComplexDeinterleavingGraph() argument 227 const TargetLowering *TL = nullptr; member in __anonaf30dea60111::ComplexDeinterleavingGraph 436 const TargetLowering *TL = nullptr; member in __anonaf30dea60111::ComplexDeinterleaving 451 const TargetLowering *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local 466 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local [all...] |
H A D | CallingConvLower.cpp | 252 const TargetLowering *TL = MF.getSubtarget().getTargetLowering(); in analyzeMustTailForwardedRegisters() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 108 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 86 auto &TL = *MF.getSubtarget().getTargetLowering(); in localizeInterBlock() local
|
/freebsd-src/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsat.c | 4802 bit8 TL[8]; in smsatRead10() local 5268 bit8 TL[8]; in smsatRead12() local 5707 bit8 TL[8]; in smsatRead16() local 6476 bit8 TL[8]; in smsatWrite10() local 6919 bit8 TL[8]; in smsatWrite12() local 7341 bit8 TL[8]; in smsatWrite16() local 7771 bit8 TL[8]; in smsatVerify10() local 8054 bit8 TL[8]; in smsatVerify12() local 8336 bit8 TL[8]; in smsatVerify16() local 14990 bit8 TL[8]; in smsatWriteAndVerify10() local [all …]
|
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 1213 bit8 TL[4]; in satRead10() local 1941 bit8 TL[4]; in satRead12() local 2372 bit8 TL[8]; in satRead16() local 3150 bit8 TL[8]; in satWrite16() local 3582 bit8 TL[4]; in satWrite12() local 4005 bit8 TL[4]; in satWrite10() local 7794 bit8 TL[4]; in satVerify10() local 8220 bit8 TL[4]; in satVerify12() local 8502 bit8 TL[8]; in satVerify16() local 13467 bit8 TL[4]; in satWriteAndVerify10() local [all …]
|