HomeSort by relevance Sort by last modified time
    Searched refs:getInnerType (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/AST/
TypeLoc.h 291 /// QualType getInnerType() const
329 return getNextTypeLoc(asDerived()->getInnerType());
357 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
360 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
365 return getInnerTypeSize(asDerived()->getInnerType());
756 QualType getInnerType() const {
843 QualType getInnerType() const {
925 QualType getInnerType() const {
926 return this->getTypePtr()->getInnerType();
964 QualType getInnerType() const
    [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 307 T = PT->getInnerType();
603 return Visit(T->getInnerType());
    [all...]
DeclPrinter.cpp 416 Ty = PT->getInnerType();
    [all...]
ASTImporter.cpp 589 cast<ParenType>(T1)->getInnerType(),
590 cast<ParenType>(T2)->getInnerType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 883 TRY_TO(TraverseType(T->getInnerType()));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 365 Writer.AddTypeRef(T->getInnerType(), Record);
    [all...]

Completed in 550 milliseconds