Home
last modified time | relevance | path

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

123

/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp30 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
41 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
59 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
65 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
73 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
105 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
DCIndex.cpp526 for (ASTUnit::top_level_iterator TL = CXXUnit->top_level_begin(), in VisitChildren() local
712 TypeLoc TL = SpecType->getTypeLoc(); in VisitClassTemplateSpecializationDecl() local
797 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); in VisitFunctionDecl() local
1450 bool CursorVisitor::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
1454 bool CursorVisitor::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
1513 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
1517 bool CursorVisitor::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { in VisitUnresolvedUsingTypeLoc()
1521 bool CursorVisitor::VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
1528 bool CursorVisitor::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
1532 bool CursorVisitor::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
[all …]
DIndexBody.cpp31 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
/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()
362 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
DASTTypeTraits.cpp122 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
148 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
DNestedNameSpecifier.cpp415 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange() local
537 TypeLoc TL, in Extend()
/external/clang/lib/Serialization/
DASTWriter.cpp470 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
473 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
482 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
485 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
488 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
491 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
494 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
497 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
500 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
503 void TypeLocWriter::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
DASTReader.cpp5695 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5698 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
5707 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
5710 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5713 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
5716 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
5719 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
5722 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
5725 void TypeLocReader::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
5728 void TypeLocReader::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
/external/clang/lib/Sema/
DSemaType.cpp4491 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
4540 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
4544 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
4547 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
4550 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
4557 void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
4562 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { in VisitObjCObjectPointerTypeLoc()
4567 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
4590 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
4595 void VisitTypeOfTypeLoc(TypeOfTypeLoc TL) { in VisitTypeOfTypeLoc()
[all …]
DTreeTransform.h3382 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() local
3896 TypeLoc TL = DI->getTypeLoc(); in TransformType() local
3998 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL, in TransformTypeInObjectScope()
4027 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
4102 AdjustedTypeLoc TL) { in TransformAdjustedType()
4109 DecayedTypeLoc TL) { in TransformDecayedType()
4125 PointerTypeLoc TL) { in TransformPointerType()
4163 BlockPointerTypeLoc TL) { in TransformBlockPointerType()
4190 ReferenceTypeLoc TL) { in TransformReferenceType()
4227 LValueReferenceTypeLoc TL) { in TransformLValueReferenceType()
[all …]
DSemaTemplateVariadic.cpp53 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
132 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
390 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, in collectUnexpandedParameterPacks()
479 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); in CheckPackExpansion() local
DSemaTemplateInstantiate.cpp792 FunctionProtoTypeLoc TL) { in TransformFunctionProtoType()
1306 FunctionProtoTypeLoc TL, in TransformFunctionProtoType()
1327 TemplateTypeParmTypeLoc TL) { in TransformTemplateTypeParmType()
1402 SubstTemplateTypeParmPackTypeLoc TL) { in TransformSubstTemplateTypeParmPackType()
1467 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType()
1519 TypeLoc TL = T->getTypeLoc().IgnoreParens(); in NeedsInstantiationAsFunctionType() local
1567 TypeLoc TL = T->getTypeLoc(); in SubstFunctionDeclType() local
DSemaCXXScopeSpec.cpp714 SubstTemplateTypeParmTypeLoc TL in BuildCXXNestedNameSpecifier() local
718 SubstTemplateTypeParmPackTypeLoc TL in BuildCXXNestedNameSpecifier() local
DSemaExceptionSpec.cpp343 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); in CheckEquivalentExceptionSpec() 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
DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
271 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
/external/dng_sdk/source/
Ddng_rect.h163 dng_point TL () const in TL() function
298 dng_point_real64 TL () const in TL() function
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp243 const TargetLowering *TL = MF.getSubtarget().getTargetLowering(); in analyzeMustTailForwardedRegisters() local
/external/clang/include/clang/AST/
DTypeLoc.h237 static bool isKind(const TypeLoc &TL) { in isKind()
292 static bool isKind(const TypeLoc &TL) { in isKind()
339 static bool isKind(const TypeLoc &TL) { in isKind()
464 static bool isKind(const TypeLoc &TL) { in isKind()
468 static bool isKind(const UnqualTypeLoc &TL) { in isKind()
/external/clang/lib/Lex/
DTokenLexer.cpp609 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID), in PasteTokens() local
/external/skia/samplecode/
DSamplePatch.cpp83 const int TL = 0; in eval_sheet() local
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp103 const TargetLoweringBase *TL; member in __anon2fb019a90111::SafeStack
/external/ImageMagick/coders/
Dwmf.c1025 TL, in util_draw_arc() local
1449 TL, /* top left of bounding box */ in ipa_draw_text() local
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp164 const TargetLowering *TL) { in GetEHSpillList()

123