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 180 QualType MostDerivedType;
192 MostDerivedArraySize(0), MostDerivedType(T) {}
207 MostDerivedType, IsArray);
246 MostDerivedType = CAT->getElementType();
261 MostDerivedType = FD->getType();
275 MostDerivedType = EltTy;
    [all...]

Completed in 2982 milliseconds