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

/external/clang/lib/AST/
H A DItaniumMangle.cpp499 /// isStd - Return whether a given namespace is the 'std' namespace.
500 static bool isStd(const NamespaceDecl *NS) { function
515 return isStd(cast<NamespaceDecl>(DC));
3344 if (isStd(NS)) {

Completed in 28 milliseconds