HomeSort by relevance Sort by last modified time
    Searched refs:isDependentType (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 205 if (Base.getType()->isDependentType())
213 return getAsType()->isDependentType();
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 278 if (!left_most_base && it->getType()->isDependentType())
341 if (it->getType()->isDependentType())
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 70 return !Ty->isDependentType() && !Ty->isUndeducedType();
  /external/clang/lib/Sema/
SemaDecl.cpp 161 if (!TST || !TST->isDependentType())
    [all...]
SemaAccess.cpp 308 assert(T->isDependentType() && "non-dependent base wasn't a record?");
354 if (!Friend->isDependentType() && !Context->isDependentType())
430 if (Friend->isDependentType())
661 assert(T->isDependentType() && "non-dependent base wasn't a record?");
    [all...]
SemaExprMember.cpp 484 assert(BaseType->isDependentType() ||
535 assert(BaseType->isDependentType());
725 if (BaseType->isDependentType() ||
    [all...]
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclAttr.cpp 655 if (!QT->isDependentType() && !typeHasCapability(S, QT)) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 275 !(base_type->isDependentType())) {
422 if (salty_qt.getTypePtr()->isDependentType()) {
652 typep->isDependentType() || typep->isIncompleteType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
StmtCXX.h 348 return getPromiseDecl()->getType()->isDependentType();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
StmtCXX.h 352 return getPromiseDecl()->getType()->isDependentType();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
StmtCXX.h 352 return getPromiseDecl()->getType()->isDependentType();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CanonicalType.h 283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)

Completed in 2651 milliseconds

1 23 4 5 6 7 8