Home
last modified time | relevance | path

Searched refs:IsInMainFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.h62 StringRef Filename, StringRef FullPath, bool IsInMainFile) in IncludeDirective()
64 IsInMainFile(IsInMainFile) {} in IncludeDirective()
70 bool IsInMainFile; // Whether or not the include is in the main file member
H A DRestrictSystemIncludesCheck.cpp50 if (!Include.IsInMainFile) { in EndOfMainFile()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h107 bool IsInMainFile);
H A DCodeGenPGO.cpp1419 bool IsInMainFile) { in loadRegionCounts()
1420 CGM.getPGOStats().addVisited(IsInMainFile); in loadRegionCounts()
1427 CGM.getPGOStats().addMissing(IsInMainFile);
1429 CGM.getPGOStats().addMismatched(IsInMainFile);
1432 CGM.getPGOStats().addMismatched(IsInMainFile); in calculateWeightScale()
1406 loadRegionCounts(llvm::IndexedInstrProfReader * PGOReader,bool IsInMainFile) loadRegionCounts() argument