Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DMacroUsageCheck.cpp41 MD->getMacroInfo()->isUsedForHeaderGuard() || in MacroDefined()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp79 if (!MI->isUsedForHeaderGuard()) in EndOfMainFile()
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h271 bool isUsedForHeaderGuard() const { return UsedForHeaderGuard; } in isUsedForHeaderGuard() function
/external/clang/include/clang/Lex/
DMacroInfo.h272 bool isUsedForHeaderGuard() const { return UsedForHeaderGuard; } in isUsedForHeaderGuard() function
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp548 if (MI->isUsedForHeaderGuard()) in finish()
/external/clang/lib/Serialization/
DASTWriter.cpp2258 Record.push_back(MI->isUsedForHeaderGuard()); in WritePreprocessor()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2294 Record.push_back(MI->isUsedForHeaderGuard()); in WritePreprocessor()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3114 if (MI->isUsedForHeaderGuard()) in AddMacroResults()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3912 if (MI && MI->isUsedForHeaderGuard()) in AddMacroResults()