Searched refs:isMacroDefined (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp163 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) { function
179 isMacroDefined(S, Loc, "nil"))
184 (S.LangOpts.CPlusPlus || isMacroDefined(S, Loc, "false")))
189 if (isMacroDefined(S, Loc, "NULL"))

Completed in 131 milliseconds