Searched defs:TL (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp241 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); local
[all...]
H A DTypeLoc.cpp38 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { argument
103 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { argument
110 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, argument
230 isKind(const TypeLoc &TL) argument
309 IgnoreParensImpl(TypeLoc TL) argument
[all...]
H A DNestedNameSpecifier.cpp500 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
H A DMicrosoftMangle.cpp347 TypeLoc TL = VD->getTypeSourceInfo()->getTypeLoc(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { argument
83 handleAttr(AttributedTypeLoc TL, Decl *D = 0) argument
[all...]
H A DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { argument
271 bool VisitTagTypeLoc(TagTypeLoc TL) { argument
H A DObjCMT.cpp839 TypeLoc TL = TSInfo->getTypeLoc(); local
859 TypeLoc TL = TSInfo->getTypeLoc(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp600 SubstTemplateTypeParmTypeLoc TL local
604 SubstTemplateTypeParmPackTypeLoc TL local
H A DSemaExceptionSpec.cpp274 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); local
H A DSemaTemplateVariadic.cpp53 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { argument
132 bool TraverseTypeLoc(TypeLoc TL) { argument
381 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, argument
470 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); local
[all...]
H A DDeclSpec.cpp56 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
H A DSemaTemplateInstantiate.cpp1406 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL) argument
1413 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals) argument
1433 TransformTemplateTypeParmType(TypeLocBuilder &TLB, TemplateTypeParmTypeLoc TL) argument
1507 TransformSubstTemplateTypeParmPackType( TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL) argument
1574 SubstType(TypeLoc TL, const MultiLevelTemplateArgumentList &Args, SourceLocation Loc, DeclarationName Entity) argument
1673 TypeLoc TL = T->getTypeLoc(); local
[all...]
H A DSemaTemplateDeduction.cpp3922 QualType TransformAutoType(TypeLocBuilder &TLB, AutoTypeLoc TL) { argument
3954 QualType Apply(TypeLoc TL) { argument
H A DSemaTemplateInstantiateDecl.cpp1794 TypeLoc TL = D->getTypeSourceInfo()->getTypeLoc(); local
H A DSemaStmt.cpp266 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); local
H A DSemaType.cpp3467 static void fillAttributedTypeLoc(AttributedTypeLoc TL, argument
3498 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { argument
3502 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) argument
3505 VisitTypedefTypeLoc(TypedefTypeLoc TL) argument
3508 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) argument
3515 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) argument
3539 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
3543 VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) argument
3566 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) argument
3571 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) argument
3580 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) argument
3590 VisitBuiltinTypeLoc(BuiltinTypeLoc TL) argument
3605 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) argument
3623 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) argument
3630 VisitDependentTemplateSpecializationTypeLoc( DependentTemplateSpecializationTypeLoc TL) argument
3639 VisitTagTypeLoc(TagTypeLoc TL) argument
3642 VisitAtomicTypeLoc(AtomicTypeLoc TL) argument
3661 VisitTypeLoc(TypeLoc TL) argument
3675 VisitQualifiedTypeLoc(QualifiedTypeLoc TL) argument
3678 VisitDecayedTypeLoc(DecayedTypeLoc TL) argument
3682 VisitAttributedTypeLoc(AttributedTypeLoc TL) argument
3685 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) argument
3689 VisitPointerTypeLoc(PointerTypeLoc TL) argument
3693 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
3697 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) argument
3741 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) argument
3747 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) argument
3752 VisitArrayTypeLoc(ArrayTypeLoc TL) argument
3758 VisitFunctionTypeLoc(FunctionTypeLoc TL) argument
3772 VisitParenTypeLoc(ParenTypeLoc TL) argument
3778 VisitTypeLoc(TypeLoc TL) argument
3847 TypeLoc TL = ReturnTypeInfo->getTypeLoc(); local
[all...]
H A DSemaInit.cpp5549 TypeLoc TL = TInfo->getTypeLoc(); local
H A DSemaCodeComplete.cpp2155 TypeLoc TL; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h362 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } argument
363 bool VisitTypeLoc(TypeLoc TL) { return true; } argument
367 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) { argument
370 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; } argument
371 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) { argument
374 VisitUnqualTypeLoc(UnqualTypeLoc TL) argument
610 TraverseTypeLoc(TypeLoc TL) argument
1036 TraverseQualifiedTypeLoc( QualifiedTypeLoc TL) argument
1092 TraverseArrayTypeLocHelper(ArrayTypeLoc TL) argument
2180 TypeLoc TL = S->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); local
[all...]
H A DTypeLoc.h222 static bool isKind(const TypeLoc &TL) { argument
273 static bool isKind(const TypeLoc &TL) { argument
320 static bool isKind(const TypeLoc &TL) { argument
431 isKind(const TypeLoc &TL) argument
435 isKind(const UnqualTypeLoc &TL) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp735 performMULCombine(SDNode *N, SelectionDAG &DAG, const TargetLowering::DAGCombinerInfo &DCI, const MipsSETargetLowering *TL) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1162 LoadInst *TL = local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h290 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P, PreprocessorLexer* PPL, TokenLexer* TL, const DirectoryLookup *D) argument
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4803 bit8 TL[8]; local
5269 bit8 TL[8]; local
5708 bit8 TL[8]; local
6477 bit8 TL[8]; local
6920 bit8 TL[8]; local
7342 bit8 TL[8]; local
7772 bit8 TL[8]; local
8055 bit8 TL[8]; local
8337 bit8 TL[8]; local
14991 bit8 TL[8]; local
15420 bit8 TL[8]; local
15845 bit8 TL[8]; local
17921 bit8 TL[4]; local
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c1214 bit8 TL[4]; local
1942 bit8 TL[4]; local
2373 bit8 TL[8]; local
3151 bit8 TL[8]; local
3583 bit8 TL[4]; local
4006 bit8 TL[4]; local
7795 bit8 TL[4]; local
8221 bit8 TL[4]; local
8503 bit8 TL[8]; local
13468 bit8 TL[4]; local
14330 bit8 TL[4]; local
15070 bit8 TL[4]; local
15398 bit8 TL[8]; local
[all...]

Completed in 556 milliseconds

12