Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp301 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=()
307 SmallVectorImpl<char> &Includes, in addHeaderInclude()
333 ModuleMap &ModMap, clang::Module *Module, SmallVectorImpl<char> &Includes) { in collectModuleHeaderIncludes()
H A DCompilerInvocation.cpp3581 std::vector<std::string> &Includes, in ParseLangArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp83 std::vector<std::string> &Includes, in setLangDefaults()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp129 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { in Includes() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2815 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex()
2865 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes()
3342 tooling::HeaderIncludes Includes(FileName, Code, Style.IncludeStyle); in fixCppIncludeInsertions() local