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 - 6
of
6
) 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 *>(); }
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 *>(); }
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 103 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026