OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroArgCache
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroArgs.cpp
34
for (MacroArgs **Entry = &PP.
MacroArgCache
; *Entry;
85
ArgCache = PP.
MacroArgCache
;
86
PP.
MacroArgCache
= this;
Preprocessor.cpp
181
// This populates
MacroArgCache
, so all TokenLexers need to be destroyed
182
// before the code below that frees up the
MacroArgCache
list.
187
for (MacroArgs *ArgList =
MacroArgCache
; ArgList;)
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
790
MacroArgs *
MacroArgCache
= nullptr;
Completed in 49 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026