Searched defs:Includes (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp89 setLangDefaults(LangOptions &Opts, Language Lang, const llvm::Triple &T, std::vector<std::string> &Includes, LangStandard::Kind LangStd) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { function in class:clang::ento::Range
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; member in class:clang::PreprocessorOptions
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp307 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { argument
312 addHeaderInclude(StringRef HeaderName, SmallVectorImpl<char> &Includes, const LangOptions &LangOpts, bool IsExternC) argument
337 collectModuleHeaderIncludes( const LangOptions &LangOpts, FileManager &FileMgr, DiagnosticsEngine &Diag, ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2993 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, argument
3042 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, StringRef Code, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]

Completed in 113 milliseconds