Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp126 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) { in importedModule()
378 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) { in handleDeclOccurrence()
506 return SEntry.getFile().getFileCharacteristic() == SrcMgr::C_User; in shouldIndexMacroOccurrence()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp121 if (BR->getSourceManager().getFileCharacteristic(RDLocation) != in shouldSkipDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h336 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function
1436 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
1510 return isSystem(getFileCharacteristic(Loc)); in isInSystemHeader()
1515 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem; in isInExternCSystemHeader()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp133 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc()); in EnterSourceFileWithLexer()
502 SourceMgr.getFileCharacteristic(Loc); in HandleEndOfFile()
H A DPPDirectives.cpp1445 SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleLineDirective()
1561 FileKind = SourceMgr.getFileCharacteristic(DigitTok.getLocation()); in HandleDigitDirective()
2301 SourceMgr.getFileCharacteristic(FilenameTok.getLocation()); in HandleHeaderIncludeOrImport()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp142 BR->getSourceManager().getFileCharacteristic(Location); in shouldSkipDecl()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1476 SourceManager::getFileCharacteristic(SourceLocation Loc) const { in getFileCharacteristic() function in SourceManager
1488 return FI.getFileCharacteristic(); in getFileCharacteristic()
1497 return FI.getFileCharacteristic(); in getFileCharacteristic()
1787 if (File.getFileCharacteristic() == C_User_ModuleMap || in computeMacroArgsCache()
1788 File.getFileCharacteristic() == C_System_ModuleMap) in computeMacroArgsCache()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp441 FileType = SM.getFileCharacteristic(RawToken.getLocation()); in Process()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1570 Entry.IsSystemFile = isSystem(File.getFileCharacteristic()); in WriteInputFiles()
1573 Entry.IsTopLevelModuleMap = isModuleMap(File.getFileCharacteristic()) && in WriteInputFiles()
2090 Record.push_back(File.getFileCharacteristic()); // FIXME: stable encoding in WriteSourceManagerBlock()
4603 if (!isModuleMap(File.getFileCharacteristic()) || in collectNonAffectingInputFiles()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp9561 FromSLoc.getFile().getFileCharacteristic()); in Import()
9577 FromSLoc.getFile().getFileCharacteristic()); in Import()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4367 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()