HomeSort by relevance Sort by last modified time
    Searched refs:isDependent (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 82 if (NNS->isDependent()) {
173 return SS.getScopeRep()->isDependent();
183 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
392 bool isDependent = false;
398 isDependent = ObjectType->isDependentType();
403 isDependent = isDependentScopeSpecifier(SS);
419 } else if (isDependent) {
496 bool isDependent = false;
504 isDependent = ObjectType->isDependentType();
509 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 125 bool isDependent() const { return Dependent; }
413 if (EC.isDependent()) {
468 if (!EC.isDependent())
501 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
531 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 134 bool TemplateName::isDependent() const {
141 // it without the isDependent() checking.
158 return isDependent();
NestedNameSpecifier.cpp 49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
191 bool NestedNameSpecifier::isDependent() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 199 bool isDependent() const;
TemplateName.h 266 bool isDependent() const;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 298 bool isDependent(const MachineInstr *ProdMI,
HexagonVLIWPacketizer.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 287 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,

Completed in 1219 milliseconds

1 2 3