/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 341 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 D | Preprocessor.cpp | 598 SourceMgr.createFileID(*File, SourceLocation(), SrcMgr::C_User)); in EnterMainSourceFile()
|
H A D | PPDirectives.cpp | 1650 SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User; in HandleDigitDirective() 2585 (FileCharacter == SrcMgr::C_User || warnByDefaultOnWrongCase(Name)) in HandleHeaderIncludeOrImport()
|
H A D | PPMacroExpansion.cpp | 1273 SrcMgr::CharacteristicKind FileType = SrcMgr::C_User; in EvaluateHasIncludeCommon()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 82 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 D | InclusionRewriter.cpp | 575 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 D | PaddingChecker.cpp | 144 if (Kind != SrcMgr::C_User) in shouldSkipDecl()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 309 SrcMgr::C_User) in shouldSkipDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 330 FileID FID = SM.createFileID(std::move(MB), SrcMgr::C_User, /*LoadedID=*/0, in Parse()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 73 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User); in loadAPINotes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 141 DirInfo(SrcMgr::C_User), External(false), isModuleHeader(false), in HeaderFileInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 456 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 D | ClangFormat.cpp | 226 return Sources.createFileID(*File, SourceLocation(), SrcMgr::C_User); in createInMemoryFile()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 126 FileType = SrcMgr::C_User; in PrintPPOutputPPCallbacks()
|
H A D | VerifyDiagnosticConsumer.cpp | 560 FID = SM.createFileID(*File, Pos, SrcMgr::C_User); in ParseDirective()
|
H A D | FrontendAction.cpp | 913 auto Kind = CurrentModule->IsSystem ? SrcMgr::C_System : SrcMgr::C_User; in BeginSourceFile()
|
H A D | CompilerInstance.cpp | 976 : Input.isSystem() ? SrcMgr::C_System : SrcMgr::C_User; in InitializeSourceManager()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1059 SourceLocation(), SrcMgr::C_User)); in ParseInternal()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 2156 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User); in applyEditsToTemp()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 8514 llvm::MemoryBuffer::getMemBufferCopy(TypeStr, Context), SrcMgr::C_User, in ParseTypeFromString()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 3974 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User && in getNullabilityCompletenessCheckFileID()
|