Searched refs:isStd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp495 /// isStd - Return whether a given namespace is the 'std' namespace.
496 static bool isStd(const NamespaceDecl *NS) { function
511 return isStd(cast<NamespaceDecl>(DC));
3505 if (isStd(NS)) {

Completed in 97 milliseconds