HomeSort by relevance Sort by last modified time
    Searched refs:TL (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 39 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
40 return IndexCtx.handleReference(TL.getTypedefNameDecl(), TL.getNameLoc(),
79 bool VisitTagTypeLoc(TagTypeLoc TL) {
80 TagDecl *D = TL.getDecl();
84 if (TL.isDefinition()) {
89 return IndexCtx.handleReference(D, TL.getNameLoc(),
94 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) {
95 return IndexCtx.handleReference(TL.getIFaceDecl(), TL.getNameLoc()
    [all...]
  /external/clang/lib/AST/
Comment.cpp 238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
240 TL = TL.IgnoreParens();
242 if (QualifiedTypeLoc QualifiedTL = TL.getAs<QualifiedTypeLoc>()) {
243 TL = QualifiedTL.getUnqualifiedLoc();
247 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) {
248 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc();
252 if (ReferenceTypeLoc ReferenceTL = TL.getAs<ReferenceTypeLoc>()) {
253 TL = ReferenceTL.getPointeeLoc().getUnqualifiedLoc();
257 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>())
    [all...]
TypeLoc.cpp 40 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) {
41 if (TL.isNull()) return SourceRange();
42 return TypeLocRanger().Visit(TL);
105 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) {
106 return NextLoc().Visit(TL);
112 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL,
115 switch (TL.getTypeLocClass()) {
119 CLASS##TypeLoc TLCasted = TL.castAs<CLASS##TypeLoc>(); \
121 TL = TLCasted.getNextTypeLoc(); \
122 if (!TL) return;
    [all...]
ASTTypeTraits.cpp 118 else if (const TypeLoc *TL = get<TypeLoc>())
119 TL->getType().print(OS, PP);
144 if (const TypeLoc *TL = get<TypeLoc>())
145 return TL->getSourceRange();
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) {
42 handleAttr(TL);
64 TypeLoc TL = TInfo->getTypeLoc();
65 while (TL) {
66 if (QualifiedTypeLoc QL = TL.getAs<QualifiedTypeLoc>()) {
67 TL = QL.getUnqualifiedLoc();
68 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) {
71 TL = Attr.getModifiedLoc();
72 } else if (ArrayTypeLoc Arr = TL.getAs<ArrayTypeLoc>()) {
73 TL = Arr.getElementLoc()
    [all...]
  /frameworks/native/services/sensorservice/
traits.h 42 namespace TL {
63 }; // namespace TL
104 enum { isStdUnsignedInt = TL::IndexOf<UnsignedInts, T>::value >= 0 };
105 enum { isStdSignedInt = TL::IndexOf<SignedInts, T>::value >= 0 };
106 enum { isStdIntegral = TL::IndexOf<OtherInts, T>::value >= 0 || isStdUnsignedInt || isStdSignedInt };
107 enum { isStdFloat = TL::IndexOf<Floats, T>::value >= 0 };
  /art/cmdline/detail/
cmdline_parser_detail.h 54 template <typename TL, typename TR>
55 static std::true_type EqualityOperatorTest(const TL& left, const TR& right,
58 template <typename TL, typename ... T>
59 static std::false_type EqualityOperatorTest(const TL& left, const T& ... args);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
453 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
458 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
459 bool VisitTypeLoc(TypeLoc TL) { return true; }
463 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
464 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
466 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
467 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
468 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 210 bool TraverseTypeLoc(TypeLoc TL);
445 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
450 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
451 bool VisitTypeLoc(TypeLoc TL) { return true; }
455 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
456 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
458 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
459 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
460 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 199 bool TraverseTypeLoc(TypeLoc TL);
431 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
436 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); }
437 bool VisitTypeLoc(TypeLoc TL) { return true; }
441 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) {
442 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc());
444 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; }
445 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) {
446 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc())
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc 607 template <typename TL, typename TR, int Cols>
609 const std::vector<SparseSlice<TL>*>& left_slices,
771 template <typename TL, typename TR>
773 using MatrixL = BasicMatrix<TL>;
775 using ConstMatrixMapL = BasicMatrixMap<const TL>;
798 const std::vector<SparseSlice<TL>*>& left, const ConstMatrixMapR& right,
810 std::vector<std::vector<SparseSlice<TL>*>>* mat_slices,
852 template <typename TL, typename TR>
854 using MatrixL = BasicMatrix<TL>;
856 using ConstMatrixMapL = BasicMatrixMap<const TL>;
    [all...]
  /external/dng_sdk/source/
dng_image.cpp 300 dng_rect newArea = srcArea + (dstArea.TL () -
301 srcArea.TL ());
320 temp.fArea = dst1 + (srcArea.TL () -
321 dstArea.TL () +
344 temp.fArea = dst2 + (srcArea.TL () -
345 dstArea.TL () +
368 temp.fArea = dst3 + (srcArea.TL () -
369 dstArea.TL () +
392 temp.fArea = dst4 + (srcArea.TL () -
393 dstArea.TL ()
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 308 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
581 FunctionProtoTypeLoc TL,
595 TemplateSpecializationTypeLoc TL,
600 DependentTemplateSpecializationTypeLoc TL,
605 TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL,
632 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);
    [all...]

Completed in 652 milliseconds

1 2 3 4 5 6 7 8