Home
last modified time | relevance | path

Searched refs:isUsedForHeaderGuard (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h272 bool isUsedForHeaderGuard() const { return UsedForHeaderGuard; } in isUsedForHeaderGuard() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2589 Record.push_back(MI->isUsedForHeaderGuard()); in WritePreprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3491 if (MI && MI->isUsedForHeaderGuard()) in AddMacroResults()