Searched defs:Includes (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 69 std::vector<std::string> Includes; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 307 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() 313 SmallVectorImpl<char> &Includes, in addHeaderInclude() 339 ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) { in collectModuleHeaderIncludes()
|
H A D | CompilerInvocation.cpp | 3832 std::vector<std::string> &Includes, in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 91 std::vector<std::string> &Includes, in setLangDefaults()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3026 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex() 3076 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes() 3560 tooling::HeaderIncludes Includes(FileName, Code, Style.IncludeStyle); in fixCppIncludeInsertions() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 466 std::vector<std::string> Includes; in ParseLangArgs() local
|