Searched defs:isMacroDefined (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaFixItUtils.cpp | 166 static bool isMacroDefined(const Sema &S, SourceLocation Loc, StringRef Name) { in isMacroDefined() function |
/llvm-project/clang/lib/AST/ | ||
H A D | NSAPI.cpp | 517 bool NSAPI::isMacroDefined(StringRef Id) const { isMacroDefined() function in NSAPI |
/llvm-project/clang/include/clang/Lex/ | ||
H A D | Preprocessor.h | 1343 bool isMacroDefined(StringRef Id) { isMacroDefined() function |