OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoredDeclsList
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclContextInternals.h
29
///
StoredDeclsList
- This is an array of decls optimized a common case of only
31
struct
StoredDeclsList
{
41
StoredDeclsList
() {}
43
StoredDeclsList
(const
StoredDeclsList
&RHS) : Data(RHS.Data) {
48
~
StoredDeclsList
() {
54
StoredDeclsList
&operator=(const
StoredDeclsList
&RHS) {
199
: public llvm::SmallDenseMap<DeclarationName,
StoredDeclsList
, 4> {
/external/clang/lib/AST/
DeclBase.cpp
953
StoredDeclsList
&List = (*Map)[Name];
970
StoredDeclsList
&List = (*Map)[Name];
[
all
...]
Completed in 709 milliseconds