Home
last modified time | relevance | path

Searched refs:isInterfaceType (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DCanonicalType.h278 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
H A DType.h1683 bool isInterfaceType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
DType.h2285 bool isInterfaceType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
DType.h2519 bool isInterfaceType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
DType.h2285 bool isInterfaceType() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCanonicalType.h294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isInterfaceType)
DType.h2282 bool isInterfaceType() const;
/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp373 bool Type::isInterfaceType() const { in isInterfaceType() function in Type
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3957 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()