Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp307 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() argument
313 SmallVectorImpl<char> &Includes, in addHeaderInclude() argument
339 collectModuleHeaderIncludes(const LangOptions & LangOpts,FileManager & FileMgr,DiagnosticsEngine & Diag,ModuleMap & ModMap,clang::Module * Module,SmallVectorImpl<char> & Includes) collectModuleHeaderIncludes() argument
[all...]
H A DCompilerInvocation.cpp3658 ParseLangArgs(LangOptions & Opts,ArgList & Args,InputKind IK,const llvm::Triple & T,std::vector<std::string> & Includes,DiagnosticsEngine & Diags) ParseLangArgs() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp91 std::vector<std::string> &Includes, in setLangDefaults() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2993 FindCursorIndex(const SmallVectorImpl<IncludeDirective> & Includes,const SmallVectorImpl<unsigned> & Indices,unsigned Cursor) FindCursorIndex() argument
3043 sortCppIncludes(const FormatStyle & Style,const SmallVectorImpl<IncludeDirective> & Includes,ArrayRef<tooling::Range> Ranges,StringRef FileName,StringRef Code,tooling::Replacements & Replaces,unsigned * Cursor) sortCppIncludes() argument
3517 tooling::HeaderIncludes Includes(FileName, Code, Style.IncludeStyle); fixCppIncludeInsertions() local
[all...]