OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastDecl
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclBase.cpp
858
// don't add the decls, just replace the FirstDecl/
LastDecl
chain.
861
llvm::tie(FirstDecl,
LastDecl
) = BuildDeclChain(Decls);
871
if (!
LastDecl
)
872
LastDecl
= ExternalLast;
964
assert((D->NextDeclInContext || D ==
LastDecl
) &&
969
if (D ==
LastDecl
)
970
FirstDecl =
LastDecl
= 0;
978
if (D ==
LastDecl
)
LastDecl
= I;
1003
assert(!D->getNextDeclInContext() && D !=
LastDecl
&
[
all
...]
Decl.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
830
///
LastDecl
- The last declaration stored within this declaration
834
mutable Decl *
LastDecl
;
847
LastDecl
(0) { }
[
all
...]
Completed in 105 milliseconds