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

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 69 TEST(ASTNodeKind, MostDerivedType) {
  /external/clang/lib/AST/
ExprConstant.cpp 179 QualType MostDerivedType;
191 MostDerivedArraySize(0), MostDerivedType(T) {}
206 MostDerivedType, IsArray);
245 MostDerivedType = CAT->getElementType();
260 MostDerivedType = FD->getType();
274 MostDerivedType = EltTy;
    [all...]

Completed in 58 milliseconds