Home
last modified time | relevance | path

Searched refs:IsModule (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2536 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() argument
2542 if (IsModule) { in shouldIgnoreMacro()
2555 void ASTWriter::WritePreprocessor(const Preprocessor &PP, bool IsModule) { in WritePreprocessor() argument
2583 assert(!IsModule); in WritePreprocessor()
2617 PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule; in WritePreprocessor()
2653 if (IsModule && WritingModule->isHeaderUnit()) { in WritePreprocessor()
2657 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2677 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()
3821 bool IsModule, bool IsCPlusPlus) { in IsInterestingIdentifier() argument
3822 bool NeedDecls = !IsModule || !IsCPlusPlus; in IsInterestingIdentifier()
[all …]
H A DASTReader.cpp1058 bool IsModule) { in isInterestingIdentifier() argument
1064 (!IsModule && IsInteresting) || II.hasRevertedTokenIDToIdentifier() || in isInterestingIdentifier()
1065 (!(IsModule && Reader.getPreprocessor().getLangOpts().CPlusPlus) && in isInterestingIdentifier()
1084 bool IsModule) { in markIdentifierFromAST() argument
1087 if (isInterestingIdentifier(Reader, II, IsModule)) in markIdentifierFromAST()
1112 bool IsModule = Reader.getPreprocessor().getCurrentModule() != nullptr; in ReadData() local
1113 markIdentifierFromAST(Reader, *II, IsModule); in ReadData()
9579 bool IsModule = getPreprocessor().getCurrentModule() != nullptr; in DecodeIdentifierInfo() local
9580 markIdentifierFromAST(*this, II, IsModule); in DecodeIdentifierInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h52 IsModule, enumerator
189 KIND_2(LVScopeKind, IsModule, CanHaveRanges, CanHaveLines);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h584 void WritePreprocessor(const Preprocessor &PP, bool IsModule);
618 bool IsModule);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp360 clEnumValN(LVScopeKind::IsModule, "Module", "Module."),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp100 {LVScopeKind::IsModule, &LVScope::getIsModule},