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

  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 287 clang::QualType qual_type = var_decl->getType(); local
288 if (qual_type.hasQualifiers()) {
302 const clang::Type* type = qual_type.getTypePtr();
308 qual_type = auto_type->getDeducedType();
310 qual_type = pointer_type->getPointeeType();
315 replacement_type += qual_type.getAsString();
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 50 static const clang::TagDecl *GetTagDecl(clang::QualType qual_type) {
51 const clang::Type *type_ptr = qual_type.getCanonicalType().getTypePtr();
78 const clang::QualType qual_type) {
79 const clang::Type *type_ptr = qual_type.getTypePtr();
92 static bool IsReferencingType(clang::QualType qual_type) {
93 const clang::QualType canonical_type = qual_type.getCanonicalType();
99 qual_type.hasLocalQualifiers();
102 static clang::QualType GetReferencedType(const clang::QualType qual_type);
104 static clang::QualType GetFinalReferencedType(clang::QualType qual_type) {
105 while (IsReferencingType(qual_type)) {
238 clang::QualType qual_type = local
250 clang::QualType qual_type = local
778 clang::QualType qual_type = basic_type->getCanonicalTypeInternal(); local
    [all...]

Completed in 586 milliseconds