OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMacroDefined
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp
162
static bool
isMacroDefined
(const Sema &S, SourceLocation Loc, StringRef Name) {
175
isMacroDefined
(S, Loc, "nil"))
180
(S.LangOpts.CPlusPlus ||
isMacroDefined
(S, Loc, "false")))
185
if (
isMacroDefined
(S, Loc, "NULL"))
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
540
bool NSAPI::
isMacroDefined
(StringRef Id) const {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
1050
bool
isMacroDefined
(StringRef Id) {
1051
return
isMacroDefined
(&Identifiers.get(Id));
1053
bool
isMacroDefined
(const IdentifierInfo *II) {
Completed in 65 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026