HomeSort by relevance Sort by last modified time
    Searched refs:isStdNamespace (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/AST/
ItaniumMangle.cpp 529 // isStdNamespace - Return whether a given decl context is a toplevel 'std'
531 static bool isStdNamespace(const DeclContext *DC) {
587 if (DC->isTranslationUnit() || isStdNamespace(DC)) {
612 if (DC->isTranslationUnit() || isStdNamespace(DC)) {
624 if (isStdNamespace(IgnoreLinkageSpecDecls(getEffectiveDeclContext(ND))))
    [all...]
DeclBase.cpp 255 return getDeclContext()->isStdNamespace();
802 bool DeclContext::isStdNamespace() const {
808 return ND->getParent()->isStdNamespace();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 397 return ND->isStdNamespace();
    [all...]
BugReporterVisitors.cpp     [all...]

Completed in 71 milliseconds