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 297 /// QualType getInnerType() const
340 return getNextTypeLoc(asDerived()->getInnerType());
378 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
381 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
386 return getInnerTypeSize(asDerived()->getInnerType());
398 return getNextTypeAlign(asDerived()->getInnerType());
793 QualType getInnerType() const {
884 QualType getInnerType() const {
966 QualType getInnerType() const {
967 return this->getTypePtr()->getInnerType();
    [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 308 T = PT->getInnerType();
587 return Visit(T->getInnerType());
    [all...]
DeclPrinter.cpp 421 Ty = PT->getInnerType();
    [all...]
ASTImporter.cpp 603 cast<ParenType>(T1)->getInnerType(),
604 cast<ParenType>(T2)->getInnerType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 373 Writer.AddTypeRef(T->getInnerType(), Record);
    [all...]

Completed in 706 milliseconds