OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBuiltinMacro
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
88
bool
IsBuiltinMacro
: 1;
148
/// Set or clear the
isBuiltinMacro
flag.
149
void setIsBuiltinMacro(bool Val = true) {
IsBuiltinMacro
= Val; }
215
bool
isBuiltinMacro
() const { return
IsBuiltinMacro
; }
PreprocessingRecord.h
185
bool
isBuiltinMacro
() const { return NameOrDef.is<IdentifierInfo *>(); }
Completed in 54 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026