clang
3.9.0
|
Go to the source code of this file.
Functions | |
static bool | isInsideDifferentNamespaceWithSameName (const DeclContext *DeclA, const DeclContext *DeclB) |
static StringRef | getBestNamespaceSubstr (const DeclContext *DeclA, StringRef NewName, bool HadLeadingColonColon) |
static bool | isFullyQualified (const NestedNameSpecifier *NNS) |
Check if the name specifier begins with a written "::". More... | |
|
static |
Definition at line 49 of file Lookup.cpp.
References clang::DeclContext::getParent().
Referenced by clang::tooling::replaceNestedName().
|
static |
Check if the name specifier begins with a written "::".
Definition at line 76 of file Lookup.cpp.
References clang::NestedNameSpecifier::getKind(), clang::NestedNameSpecifier::getPrefix(), and clang::NestedNameSpecifier::Global.
Referenced by clang::tooling::replaceNestedName().
|
static |
Definition at line 19 of file Lookup.cpp.
References clang::DeclContext::getParent().
Referenced by clang::tooling::replaceNestedName().