Home
last modified time | relevance | path

Searched refs:getFileCharacteristic (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h342 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function
1462 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
1536 return isSystem(getFileCharacteristic(Loc)); in isInSystemHeader()
1541 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp133 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
510 SourceMgr.getFileCharacteristic(Loc); in HandleEndOfFile()
H A DPPDirectives.cpp1541 SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleLineDirective()
1657 FileKind = SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleDigitDirective()
2426 SourceMgr.getFileCharacteristic(FilenameTok.getLocation()); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp142 BR->getSourceManager().getFileCharacteristic(Location); in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp308 if (BR->getSourceManager().getFileCharacteristic(RDLocation) != in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1425 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager
1437 return FI.getFileCharacteristic(); in getFileCharacteristic()
1446 return FI.getFileCharacteristic(); in getFileCharacteristic()
1736 if (File.getFileCharacteristic() == C_User_ModuleMap || in computeMacroArgsCache()
1737 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp472 FileType = SM.getFileCharacteristic(RawToken.getLocation()); in Process()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1773 Entry.IsSystemFile = isSystem(File.getFileCharacteristic()); in WriteInputFiles()
1777 Entry.IsModuleMap = isModuleMap(File.getFileCharacteristic()); in WriteInputFiles()
2310 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()
4948 if (!isModuleMap(File.getFileCharacteristic())) in computeNonAffectingInputFiles()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1349 while (Loc.isValid() && isModuleMap(SourceMgr.getFileCharacteristic(Loc))) { in compileModule()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9995 FromSLoc.getFile().getFileCharacteristic()); in Import()
10011 FromSLoc.getFile().getFileCharacteristic()); in Import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3974 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()