Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h213 bool isDependent() const { return Dependent; } in isDependent() function
315 bool isDependent() const { in isDependent() function
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp255 bool TemplateName::isDependent() const { isDependent() function in TemplateName
H A DTemplateBase.cpp314 bool TemplateArgument::isDependent() const { isDependent() function in TemplateArgument
H A DNestedNameSpecifier.cpp234 bool NestedNameSpecifier::isDependent() const { isDependent() function in NestedNameSpecifier
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp270 bool isDependent(const BasicBlock *Src, const BasicBlock *Dest) const { in isDependent() function in llvm::DotFuncBCIInfo
/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp423 bool isDependent = false; BuildCXXNestedNameSpecifier() local
H A DSemaAccess.cpp137 bool isDependent() const { return Dependent; } isDependent() function
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp280 bool isDependent(const Decl *D) { in isDependent() function
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2008 MemoryDepChecker::Dependence::DepType MemoryDepChecker::isDependent( isDependent() function in MemoryDepChecker
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2210 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, isDependent() function in HexagonInstrInfo