OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllowRedefinitionsWithoutWarning
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
MacroInfo.h
99
bool
IsAllowRedefinitionsWithoutWarning
: 1;
165
/// \brief Set the value of the
IsAllowRedefinitionsWithoutWarning
flag.
167
IsAllowRedefinitionsWithoutWarning
= Val;
234
bool
isAllowRedefinitionsWithoutWarning
() const {
235
return
IsAllowRedefinitionsWithoutWarning
;
/external/clang/lib/Lex/
PPDirectives.cpp
[
all
...]
Completed in 137 milliseconds