Home
last modified time | relevance | path

Searched refs:C_User (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp341 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule()
667 if (getDirCharacteristic() == SrcMgr::C_User) { in DoFrameworkLookup()
737 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup()
957 return HFI->DirInfo != SrcMgr::C_User; in LookupFile()
1111 if (HFI.DirInfo == SrcMgr::C_User && InUserSpecifiedSystemFramework) in LookupFile()
1119 : SrcMgr::C_User; in LookupFile()
H A DPreprocessor.cpp598 SourceMgr.createFileID(*File, SourceLocation(), SrcMgr::C_User)); in EnterMainSourceFile()
H A DPPDirectives.cpp1650 SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User; in HandleDigitDirective()
2585 (FileCharacter == SrcMgr::C_User || warnByDefaultOnWrongCase(Name)) in HandleHeaderIncludeOrImport()
H A DPPMacroExpansion.cpp1273 SrcMgr::CharacteristicKind FileType = SrcMgr::C_User; in EvaluateHasIncludeCommon()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h82 C_User, enumerator
91 return CK != C_User && CK != C_User_ModuleMap; in isSystem()
925 SrcMgr::CharacteristicKind FileCharacter = SrcMgr::C_User,
934 SrcMgr::CharacteristicKind FileCharacter = SrcMgr::C_User,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp575 Rewrite->Process(PP.getPredefinesFileID(), SrcMgr::C_User); in RewriteIncludesInInput()
576 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User); in RewriteIncludesInInput()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp144 if (Kind != SrcMgr::C_User) in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp309 SrcMgr::C_User) in shouldSkipDecl()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp330 FileID FID = SM.createFileID(std::move(MB), SrcMgr::C_User, /*LoadedID=*/0, in Parse()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp73 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User); in loadAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h141 DirInfo(SrcMgr::C_User), External(false), isModuleHeader(false), in HeaderFileInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp456 SrcMgr::C_User, ""))); in loadSLocEntry()
1430 return C_User; in getFileCharacteristic()
2390 SourceMgr->createFileID(FE, SourceLocation(), clang::SrcMgr::C_User); in SourceManagerForFile()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp226 return Sources.createFileID(*File, SourceLocation(), SrcMgr::C_User); in createInMemoryFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp126 FileType = SrcMgr::C_User; in PrintPPOutputPPCallbacks()
H A DVerifyDiagnosticConsumer.cpp560 FID = SM.createFileID(*File, Pos, SrcMgr::C_User); in ParseDirective()
H A DFrontendAction.cpp913 auto Kind = CurrentModule->IsSystem ? SrcMgr::C_System : SrcMgr::C_User; in BeginSourceFile()
H A DCompilerInstance.cpp976 : Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User; in InitializeSourceManager()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1059 SourceLocation(), SrcMgr::C_User)); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2156 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User); in applyEditsToTemp()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8514 llvm::MemoryBuffer::getMemBufferCopy(TypeStr, Context), SrcMgr::C_User, in ParseTypeFromString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3974 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()