OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrevious
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
328
const MacroDirective *
getPrevious
() const { return Previous; }
331
MacroDirective *
getPrevious
() { return Previous; }
476
if (isInvalid() || DefDirective->
getPrevious
() == nullptr)
478
return DefDirective->
getPrevious
()->getDefinition();
Preprocessor.h
1081
MD = MD->
getPrevious
();
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp
182
for (; MD; MD = MD->
getPrevious
()) {
225
if (auto *Prev =
getPrevious
())
PPMacroExpansion.cpp
73
assert(!MD->
getPrevious
() && "Already attached to a MacroDirective history.");
119
assert(!OldMD->
getPrevious
() && "builtin should only have a single entry");
233
MD = MD->
getPrevious
();
283
MD = MD->
getPrevious
()) {
PPLexerChange.cpp
782
for (auto *MD = Macro.getLatest(); MD != OldMD; MD = MD->
getPrevious
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Redeclarable.h
122
decl_type *
getPrevious
(const decl_type *D) const {
190
return RedeclLink.
getPrevious
(static_cast<const decl_type *>(this));
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp
216
for (auto *MD = M.second.getLatest(); MD; MD = MD->
getPrevious
()) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
1355
for (auto *MD = LatestLocalMD; MD; MD = MD->
getPrevious
()) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2218
for (; MD; MD = MD->
getPrevious
()) {
Completed in 100 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026