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

1 2

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 654 TRY_TO(TraverseTypeLoc(NNS.getTypeLoc()));
669 TRY_TO(TraverseTypeLoc(TSInfo->getTypeLoc()));
740 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
779 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
    [all...]
DeclFriend.h 109 return SourceRange(getFriendLoc(), TInfo->getTypeLoc().getEndLoc());
NestedNameSpecifier.h 301 TypeLoc getTypeLoc() const;
TypeLoc.h 173 inline TypeLoc TypeSourceInfo::getTypeLoc() const {
996 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc());
    [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 100 if (!TInfo || TInfo->getTypeLoc().isNull())
103 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
146 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);
CIndex.cpp 502 return Visit(BaseTSInfo->getTypeLoc());
521 if (Visit(TSInfo->getTypeLoc()))
597 return Visit(TSInfo->getTypeLoc());
604 return Visit(TSInfo->getTypeLoc());
633 TypeLoc TL = SpecType->getTypeLoc();
668 if (Visit(DefArg->getTypeLoc()))
682 if (Visit(TSInfo->getTypeLoc()))
712 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
765 if (Visit(TInfo->getTypeLoc()))
845 if (Visit(TSInfo->getTypeLoc()))
    [all...]
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 60 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
TransGCAttrs.cpp 63 TypeLoc TL = TInfo->getTypeLoc();
250 TypeLoc TL = TInfo->getTypeLoc();
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 216 T->getTypeLoc());
420 Pattern->getTypeLoc().getSourceRange(),
426 PackExpansionTypeLoc TL = cast<PackExpansionTypeLoc>(TSResult->getTypeLoc());
431 Pattern->getTypeLoc().getOpaqueData(),
432 Pattern->getTypeLoc().getFullDataSize());
TypeLocBuilder.h 112 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
SemaType.cpp     [all...]
SemaDeclCXX.cpp 768 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc();
    [all...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 579 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
606 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc();
    [all...]
SemaExprCXX.cpp 803 SourceLocation TyBeginLoc = TInfo->getTypeLoc().getBeginLoc();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
DumpXML.cpp 456 //dispatch(D->getTypeSourceInfo()->getTypeLoc());
558 dispatch(D->getTypeSourceInfo()->getTypeLoc());
566 dispatch(D->getTypeSourceInfo()->getTypeLoc());
603 dispatch(I->getTypeSourceInfo()->getTypeLoc());
700 dispatch(D->getDefaultArgumentInfo()->getTypeLoc());
729 dispatch(T->getTypeLoc());
ExprCXX.cpp 42 Start = TypeInfo->getTypeLoc().getBeginLoc();
117 return AllocatedTypeInfo->getTypeLoc().getEndLoc();
149 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
198 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
694 Type->getTypeLoc().getBeginLoc(),
702 return SourceRange(Type->getTypeLoc().getBeginLoc(),
    [all...]
NestedNameSpecifier.cpp 386 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
582 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
DeclTemplate.cpp 458 ? DefaultArgument->getTypeLoc().getBeginLoc()
465 DefaultArgument->getTypeLoc().getEndLoc());
718 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
    [all...]
DeclarationName.cpp 615 return TInfo->getTypeLoc().getEndLoc();
Decl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 191 Ranges.push_back(TSI->getTypeLoc().getSourceRange());

Completed in 248 milliseconds

1 2