Searched refs:clang (Results 201 - 225 of 1619) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h17 namespace clang { namespace
25 #include "clang/Basic/OperatorKinds.def"
52 } // end namespace clang
H A DIdentifierTable.h10 /// Defines the clang::IdentifierInfo, clang::IdentifierTable, and
11 /// clang::Selector interfaces.
18 #include "clang/Basic/LLVM.h"
19 #include "clang/Basic/TokenKinds.h"
34 namespace clang { namespace
886 friend class clang::DeclarationName;
887 friend class clang::DeclarationNameTable;
937 } // namespace clang
944 struct DenseMapInfo<clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DPhases.h12 namespace clang { namespace
35 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp12 #include "clang/Tooling/Transformer/SourceCode.h"
13 #include "clang/Lex/Lexer.h"
15 using namespace clang;
17 StringRef clang::tooling::getText(CharSourceRange Range,
23 CharSourceRange clang::tooling::maybeExtendRange(CharSourceRange Range,
34 clang::tooling::getRangeForEdit(const CharSourceRange &EditRange,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h12 #include "clang/Frontend/FrontendOptions.h"
16 namespace clang { namespace
40 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h1 //===- DependencyScanningTool.h - clang-scan-deps service -----------------===//
12 #include "clang/Tooling/DependencyScanning/DependencyScanningService.h"
13 #include "clang/Tooling/DependencyScanning/DependencyScanningWorker.h"
14 #include "clang/Tooling/JSONCompilationDatabase.h"
17 namespace clang{ namespace
32 /// \returns A \c StringError with the diagnostic output if clang errors
45 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFrame.h16 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
43 } // namespace clang
/freebsd-11-stable/usr.sbin/procctl/
H A DMakefile9 CFLAGS.clang+= -Wno-\#warnings
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h17 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
107 class parser<clang::ParsedSourceLocation> final
108 : public basic_parser<clang::ParsedSourceLocation> {
111 clang::ParsedSourceLocation &Val);
115 parser<clang::ParsedSourceLocation>::
117 clang::ParsedSourceLocation &Val) {
118 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h19 namespace clang { namespace
23 } // namespace clang
39 std::pair<uint64_t, std::unique_ptr<clang::CXXBaseSpecifier>>;
50 clang::TagDecl &m_tag_decl;
58 clang::TagDecl &tag_decl, PdbAstBuilder &ast_builder,
70 clang::QualType AddBaseClassForTypeIndex(
H A DUdtRecordCompleter.cpp30 clang::TagDecl &tag_decl,
52 clang::QualType UdtRecordCompleter::AddBaseClassForTypeIndex(
56 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id);
60 std::unique_ptr<clang::CXXBaseSpecifier> base_spec =
61 m_ast_builder.clang().CreateBaseClassSpecifier(
75 clang::QualType method_qt =
82 m_ast_builder.clang().AddMethodToCXXRecordType(
90 clang::QualType base_qt =
94 m_ast_builder.clang().GetAsCXXRecordDecl(base_qt.getAsOpaquePtr());
97 auto offset = clang
226 ClangASTContext &clang = m_ast_builder.clang(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/DeclOpenMP.h"
20 #include "clang/Basic/ABI.h"
21 #include "clang/Basic/LLVM.h"
28 namespace clang { namespace
148 } // namespace clang
152 template<> struct DenseMapInfo<clang::GlobalDecl> {
153 static inline clang::GlobalDecl getEmptyKey() {
154 return clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp11 #include "clang/Driver/Driver.h"
12 #include "clang/Driver/DriverDiagnostic.h"
13 #include "clang/Driver/Options.h"
18 using namespace clang::driver;
19 using namespace clang::driver::tools;
20 using namespace clang;
25 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) {
113 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) {
150 auto SpectreOpt = clang::driver::options::ID::OPT_INVALID;
176 auto LVIOpt = clang
[all...]
H A DSparc.cpp10 #include "clang/Driver/Driver.h"
11 #include "clang/Driver/DriverDiagnostic.h"
12 #include "clang/Driver/Options.h"
16 using namespace clang::driver;
17 using namespace clang::driver::tools;
18 using namespace clang;
77 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_msoft_float,
80 if (A->getOption().matches(clang::driver::options::OPT_msoft_float))
91 D.Diag(clang::diag::err_drv_invalid_mfloat_abi) << A->getAsString(Args);
/freebsd-11-stable/share/mk/
H A Dlocal.gendirdeps.mk17 GENDIRDEPS_FILTER+= C,(lib/clang/lib[^/]*)/.*,\1,
21 .if ${RELDIR:Nusr.bin/clang/*:Ngnu/usr.bin/cc/*:Nlib/clang*} != ""
23 Nusr.bin/clang/* \
28 Nlib/clang/headers \
31 Nusr.bin/clang/clang \
/freebsd-11-stable/usr.bin/clang/clang-tblgen/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/clang-tblgen/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/bugpoint/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/bugpoint/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llc/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llc/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-ar/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-ar/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-as/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-as/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/lli/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/lli/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-bcanalyzer/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-bcanalyzer/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-cxxdump/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-cxxdump/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-cov/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-cov/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/llvm-cxxfilt/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/llvm-cxxfilt/Makefile.depend 311310 2017-01-04 21:47:39Z dim $
10 lib/clang/libllvm \

Completed in 237 milliseconds

1234567891011>>