Home
last modified time | relevance | path

Searched refs:isWithinStdNamespace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h119 bool isWithinStdNamespace(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp201 bool isWithinStdNamespace(const Decl *D) { in isWithinStdNamespace() function
H A DCallEvent.cpp946 const bool IsStdClassCtor = isWithinStdNamespace(getDecl()); in getExtraInvalidatedValues()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp302 if (!BaseClassRegion || !isWithinStdNamespace(BaseClassRegion->getDecl())) in skipStdBaseClassRegion()