Home
last modified time | relevance | path

Searched refs:isContained (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp308 bool isContained{sourceRange_.Contains(source)}; in FindScope() local
309 if (!isContained && !IsTopLevel() && !IsModuleFile()) { in FindScope()
317 return isContained && !IsTopLevel() ? this : nullptr; in FindScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp610 static bool isContained(const Stmt *Target, const Decl *D) { in isContained() function in __anon8b6ebe000411::StmtUSEFinder
797 if (StmtUSEFinder::isContained(StmtStack.back(), D)) { in DiagnoseDeclAvailability()