Home
last modified time | relevance | path

Searched defs:isDependent (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp84 bool TemplateName::isDependent() const { in isDependent() function in TemplateName
H A DTemplateBase.cpp102 bool TemplateArgument::isDependent() const { in isDependent() function in TemplateArgument
H A DNestedNameSpecifier.cpp182 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp351 bool isDependent = false; in isNonTypeNestedNameSpecifier() local
458 bool isDependent = false; in BuildCXXNestedNameSpecifier() local
H A DSemaAccess.cpp125 bool isDependent() const { return Dependent; } in isDependent() function
H A DSemaExprCXX.cpp113 bool isDependent = false; in getDestructorName() local
H A DSemaTemplate.cpp254 bool isDependent = false; in LookupTemplateName() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4581 bool MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker