HomeSort by: relevance | last modified time | path
    Searched defs:isDependent (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateName.cpp 201 // it without the isDependent() checking.
211 bool TemplateName::isDependent() const {
NestedNameSpecifier.cpp 62 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
234 bool NestedNameSpecifier::isDependent() const {
TemplateBase.cpp 236 bool TemplateArgument::isDependent() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 80 if (NNS->isDependent()) {
171 return SS.getScopeRep()->isDependent();
181 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
391 bool isDependent = false;
397 isDependent = ObjectType->isDependentType();
402 isDependent = isDependentScopeSpecifier(SS);
418 } else if (isDependent) {
498 bool isDependent = false;
506 isDependent = ObjectType->isDependentType();
511 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 139 bool isDependent() const { return Dependent; }
426 if (EC.isDependent()) {
481 if (!EC.isDependent())
514 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
544 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
765 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1409 assert(EC.isDependent() && "delaying non-dependent access");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 170 Requirement(RequirementKind Kind, bool IsDependent,
172 Kind(Kind), Dependent(IsDependent),
190 void setDependent(bool IsDependent) { Dependent = IsDependent; }
191 bool isDependent() const { return Dependent; }
293 bool isDependent() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1453 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx,
1691 isDependent(*A.first, A.second, *B.first, B.second, Strides);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 2116 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI,
3099 if (!isDependent(ProdMI, ConsMI))

Completed in 33 milliseconds