OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hiding
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Sema/
Lookup.h
367
/// \brief Resolves the result kind of the lookup, possibly
hiding
640
/// \param
Hiding
a declaration that hides the declaration \p ND,
645
virtual void FoundDecl(NamedDecl *ND, NamedDecl *
Hiding
,
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
139
/// \brief A list of shadow maps, which is used to model name
hiding
at
261
/// \brief Check whether the result is hidden by the
Hiding
declaration.
268
NamedDecl *
Hiding
);
280
/// the
hiding
declation (if any).
286
/// \param
Hiding
the declaration that hides the result.
290
void AddResult(Result R, DeclContext *CurContext, NamedDecl *
Hiding
,
548
NamedDecl *
Hiding
) {
561
if (HiddenCtx ==
Hiding
->getDeclContext()->getRedeclContext())
881
NamedDecl *
Hiding
, bool InBaseClass = false) {
890
AddResult(Result(Using->getTargetDecl(), R.Qualifier), CurContext,
Hiding
);
[
all
...]
SemaLookup.cpp
407
// C++ [basic.scope.
hiding
]p2:
[
all
...]
Completed in 385 milliseconds