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

  /external/clang/include/clang/AST/
TypeLoc.h 300 /// QualType getInnerType() const
343 return getNextTypeLoc(asDerived()->getInnerType());
381 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
384 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
389 return getInnerTypeSize(asDerived()->getInnerType());
401 return getNextTypeAlign(asDerived()->getInnerType());
796 QualType getInnerType() const {
887 QualType getInnerType() const {
969 QualType getInnerType() const {
970 return this->getTypePtr()->getInnerType();
    [all...]
Type.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 308 T = PT->getInnerType();
595 return Visit(T->getInnerType());
    [all...]
DeclPrinter.cpp 415 Ty = PT->getInnerType();
    [all...]
ASTImporter.cpp 602 cast<ParenType>(T1)->getInnerType(),
603 cast<ParenType>(T2)->getInnerType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 387 Writer.AddTypeRef(T->getInnerType(), Record);
    [all...]

Completed in 248 milliseconds