Home
last modified time | relevance | path

Searched defs:TL (Results 1 – 25 of 151) sorted by relevance

1234567

/external/llvm-project/clang/lib/Index/
DIndexTypeSourceInfo.cpp56 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
108 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
124 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
129 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
154 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
164 bool TraverseTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in TraverseTemplateSpecializationTypeLoc()
184 bool VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) { in VisitDeducedTemplateSpecializationTypeLoc()
194 bool VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) { in VisitInjectedClassNameTypeLoc()
199 bool VisitDependentNameTypeLoc(DependentNameTypeLoc TL) { in VisitDependentNameTypeLoc()
246 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp39 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
79 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
94 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
99 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
107 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
140 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
/external/llvm-project/clang/lib/AST/
DComment.cpp131 TypeLoc TL = SrcTL.IgnoreParens(); in lookThroughTypedefOrTypeAliasLocs() local
158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc()
182 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in getFunctionTypeLoc() local
309 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
333 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
354 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
DTypeLoc.cpp53 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl()
124 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl()
131 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
184 TypeLoc TL(getType(), Data); in copy() local
293 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) { in isKind()
420 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
627 TypeLoc VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
/external/llvm-project/llvm/unittests/CodeGen/
DAArch64SelectionDAGTest.cpp182 TargetLowering TL(*TM); in TEST_F() local
204 TargetLowering TL(*TM); in TEST_F() local
233 TargetLowering TL(*TM); in TEST_F() local
301 TargetLowering TL(*TM); in TEST_F() local
324 TargetLowering TL(*TM); in TEST_F() local
351 TargetLowering TL(*TM); in TEST_F() local
374 TargetLowering TL(*TM); in TEST_F() local
401 TargetLowering TL(*TM); in TEST_F() local
419 TargetLowering TL(*TM); in TEST_F() local
440 TargetLowering TL(*TM); in TEST_F() local
[all …]
/external/clang/lib/AST/
DTypeLoc.cpp40 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl()
105 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl()
112 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
163 TypeLoc TL(getType(), Data); in copy() local
272 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) { in isKind()
354 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
DASTTypeTraits.cpp118 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
144 if (const TypeLoc *TL = get<TypeLoc>()) in getSourceRange() local
DComment.cpp238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
294 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
/external/clang/lib/Serialization/
DASTWriter.cpp504 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
507 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
516 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
519 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
522 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
525 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
528 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
531 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
534 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
537 void TypeLocWriter::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
DASTReader.cpp5737 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5740 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
5749 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
5752 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5755 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
5758 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
5761 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
5764 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
5767 void TypeLocReader::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
5770 void TypeLocReader::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp193 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
197 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
207 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
211 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
215 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
219 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
223 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
227 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
231 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
235 void TypeLocWriter::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
DASTReader.cpp6452 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
6456 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
6466 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
6470 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
6474 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
6478 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
6482 void TypeLocReader::VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
6486 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
6490 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
6494 void TypeLocReader::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5795 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
5812 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
5816 void VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
5821 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5824 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
5827 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
5834 void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
5839 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { in VisitObjCObjectPointerTypeLoc()
5844 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
5867 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
[all …]
/external/clang/lib/Sema/
DSemaType.cpp4780 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
4829 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
4833 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
4836 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
4839 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
4846 void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
4851 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { in VisitObjCObjectPointerTypeLoc()
4856 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
4879 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
4884 void VisitTypeOfTypeLoc(TypeOfTypeLoc TL) { in VisitTypeOfTypeLoc()
[all …]
DTreeTransform.h3488 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() local
4002 TypeLoc TL = DI->getTypeLoc(); in TransformType() local
4104 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL, in TransformTypeInObjectScope()
4133 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
4208 AdjustedTypeLoc TL) { in TransformAdjustedType()
4215 DecayedTypeLoc TL) { in TransformDecayedType()
4231 PointerTypeLoc TL) { in TransformPointerType()
4269 BlockPointerTypeLoc TL) { in TransformBlockPointerType()
4296 ReferenceTypeLoc TL) { in TransformReferenceType()
4333 LValueReferenceTypeLoc TL) { in TransformLValueReferenceType()
[all …]
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp40 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
63 TypeLoc TL = TInfo->getTypeLoc(); in lookForAttribute() local
85 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) { in handleAttr()
242 TypeLoc TL = TInfo->getTypeLoc(); in checkAllAtProps() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
64 TypeLoc TL = TInfo->getTypeLoc(); in lookForAttribute() local
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) { in handleAttr()
246 TypeLoc TL = TInfo->getTypeLoc(); in checkAllAtProps() local
/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp126 std::string getKind(const TypeLoc &TL) { in getKind()
255 std::string getDetail(const TypeLoc &TL) { in getDetail()
288 if (TypeLoc TL = CCI->getBaseClassLoc()) in getDetail() local
328 std::string getArcana(const TypeLoc &TL) { in getArcana()
343 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
414 else if (const auto *TL = N.get<TypeLoc>()) in dumpAST() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp110 SourceLocation StartLocationForType(TypeLoc TL) { in StartLocationForType()
123 SourceLocation EndLocationForType(TypeLoc TL) { in EndLocationForType()
140 NestedNameSpecifier *GetNestedNameForType(TypeLoc TL) { in GetNestedNameForType()
366 if (const auto *TL = Parents[0].get<TypeLoc>()) in VisitTypeLoc() local
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
DMemberPointerTypeLoc.cpp19 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUnusedRaiiCheck.cpp82 if (const auto *TL = selectFirst<TypeLoc>("t", Matches)) in check() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1087 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& right, int num_cols, in ComputeOutputBlock()
1138 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices()
1169 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices()
1234 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, in ShuffleMatrix()
1294 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in SliceMatrix()
1305 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, int row_start, in CreateDenseSlices()
1308 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in CreateDenseSlices()
1318 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& left, in ComputeBlockSizes()
1428 typename LibxsmmSparseMatMul<TL, TR>::TensorInfoCache* cache, in Compute()
1429 const typename LibxsmmSparseMatMul<TL, TR>::ConstMatrixMapL& left, in Compute()
[all …]
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloat_output.py43 TL = '+' variable in AsciiCharset
59 TL = '┌' variable in LineCharset
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DDeprecatedIosBaseAliasesCheck.cpp48 const auto *TL = Result.Nodes.getNodeAs<TypeLoc>("TypeLoc"); in check() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h32 const TargetLowering &TL; variable

1234567