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

  /external/clang/lib/AST/
Type.cpp 927 QualType modifiedType = recurse(T->getModifiedType());
928 if (modifiedType.isNull())
935 if (modifiedType.getAsOpaquePtr()
941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 482 milliseconds