HomeSort by relevance Sort by last modified time
    Searched defs:Pointee (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 56 QualType Pointee = MPT->getPointeeType();
59 if (Pointee->isFunctionType())
63 } else if (RD->getNumBases() > 1 && Pointee->isFunctionType())
ItaniumCXXABI.cpp 37 QualType Pointee = MPT->getPointeeType();
38 if (Pointee->isFunctionType()) return 2;
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 117 // example, the MatchAndExplain() method of the Pointee(...) matcher
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 81 milliseconds