Home
last modified time | relevance | path

Searched defs:Includes (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp307 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 DCompilerInvocation.cpp3832 std::vector<std::string> &Includes, in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp91 std::vector<std::string> &Includes, in setLangDefaults()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3026 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 DTypeSystemClang.cpp466 std::vector<std::string> Includes; in ParseLangArgs() local