Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp137 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) { in importedModule()
389 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) { in handleDeclOccurrence()
517 return SEntry.getFile().getFileCharacteristic() == SrcMgr::C_User; in shouldIndexMacroOccurrence()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h342 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function
1464 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
1547 return isSystem(getFileCharacteristic(Loc)); in isInSystemHeader()
1552 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp126 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
503 SourceMgr.getFileCharacteristic(Loc); in HandleEndOfFile()
H A DPPDirectives.cpp1567 SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleLineDirective()
1683 FileKind = SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleDigitDirective()
2460 SourceMgr.getFileCharacteristic(FilenameTok.getLocation()); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp140 BR->getSourceManager().getFileCharacteristic(Location); in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1430 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager
1442 return FI.getFileCharacteristic(); in getFileCharacteristic()
1451 return FI.getFileCharacteristic(); in getFileCharacteristic()
1741 if (File.getFileCharacteristic() == C_User_ModuleMap || in computeMacroArgsCache()
1742 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp348 if (BR->getSourceManager().getFileCharacteristic(RDLocation) != in shouldSkipDecl()
/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/Frontend/
H A DCompilerInstance.cpp1358 while (Loc.isValid() && isModuleMap(SourceMgr.getFileCharacteristic(Loc))) { in cloneForModuleCompile()
1381 bool IsSystem = isSystem(SLoc.getFile().getFileCharacteristic()); in cloneForModuleCompile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1857 Entry.IsSystemFile = isSystem(File.getFileCharacteristic()); in WriteInputFiles()
1864 Entry.IsModuleMap = isModuleMap(File.getFileCharacteristic()); in WriteInputFiles()
2387 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()
5505 if (!isModuleMap(File.getFileCharacteristic())) in computeNonAffectingInputFiles()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10358 FromSLoc.getFile().getFileCharacteristic()); in Import()
10374 FromSLoc.getFile().getFileCharacteristic()); in Import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4027 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11603 …tFileCharacteristicENS_14SourceLocationE", "clang::SourceManager::getFileCharacteristic(clang::Sou…