OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllowRedefinitionsWithoutWarning
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
109
bool
IsAllowRedefinitionsWithoutWarning
: 1;
154
/// Set the value of the
IsAllowRedefinitionsWithoutWarning
flag.
156
IsAllowRedefinitionsWithoutWarning
= Val;
225
bool
isAllowRedefinitionsWithoutWarning
() const {
226
return
IsAllowRedefinitionsWithoutWarning
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
2867
else if (!OtherMI->
isAllowRedefinitionsWithoutWarning
() &&
Completed in 46 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026