OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isStdNamespace
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
DeclBase.cpp
293
return getDeclContext()->
isStdNamespace
();
863
bool DeclContext::
isStdNamespace
() const {
869
return ND->getParent()->
isStdNamespace
();
[
all
...]
ItaniumMangle.cpp
547
//
isStdNamespace
- Return whether a given decl context is a toplevel 'std'
549
static bool
isStdNamespace
(const DeclContext *DC) {
605
if (DC->isTranslationUnit() ||
isStdNamespace
(DC)) {
630
if (DC->isTranslationUnit() ||
isStdNamespace
(DC)) {
642
if (
isStdNamespace
(IgnoreLinkageSpecDecls(getEffectiveDeclContext(ND))))
[
all
...]
Completed in 60 milliseconds