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 268 /// QualType getInnerType() const
311 return getNextTypeLoc(asDerived()->getInnerType());
339 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
342 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
347 return getInnerTypeSize(asDerived()->getInnerType());
739 QualType getInnerType() const {
826 QualType getInnerType() const {
907 QualType getInnerType() const {
908 return this->getTypePtr()->getInnerType();
941 QualType getInnerType() const
    [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 287 T = PT->getInnerType();
568 return Visit(T->getInnerType());
    [all...]
DeclPrinter.cpp 415 Ty = PT->getInnerType();
    [all...]
ASTImporter.cpp 582 cast<ParenType>(T1)->getInnerType(),
583 cast<ParenType>(T2)->getInnerType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 881 TRY_TO(TraverseType(T->getInnerType()));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 361 Writer.AddTypeRef(T->getInnerType(), Record);
    [all...]

Completed in 369 milliseconds