Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMacroUsageCheck.cpp41 MD->getMacroInfo()->isUsedForHeaderGuard() || in MacroDefined()
/llvm-project-15.0.7/clang/lib/Index/
H A DFileIndexRecord.cpp51 return MI->isUsedForHeaderGuard(); in removeHeaderGuardMacros()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp79 if (!MI->isUsedForHeaderGuard()) in EndOfMainFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h295 bool isUsedForHeaderGuard() const { return UsedForHeaderGuard; } in isUsedForHeaderGuard() function
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp837 if (PM.MD->getMacroInfo()->isUsedForHeaderGuard()) in EndOfMainFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp833 if (MI->isUsedForHeaderGuard()) in finish()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2467 Record.push_back(MI->isUsedForHeaderGuard()); in WritePreprocessor()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4088 if (MI && MI->isUsedForHeaderGuard()) in AddMacroResults()