Searched refs:clang (Results 226 - 250 of 1951) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.h15 #include "clang/AST/DeclCXX.h"
16 #include "clang/AST/Stmt.h"
17 #include "clang/Analysis/FlowSensitive/DataflowAnalysis.h"
18 #include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"
21 namespace clang { namespace
37 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DNoopLattice.h16 #include "clang/Analysis/FlowSensitive/DataflowLattice.h"
19 namespace clang { namespace
39 } // namespace clang
H A DTransfer.h17 #include "clang/AST/Stmt.h"
18 #include "clang/Analysis/FlowSensitive/DataflowAnalysisContext.h"
19 #include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"
21 namespace clang { namespace
43 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSemaLambda.h18 #include "clang/AST/ASTLambda.h"
21 namespace clang { namespace
38 } // clang
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h17 #include "clang/AST/Decl.h"
18 #include "clang/AST/Stmt.h"
20 namespace clang { namespace
46 } // end namespace clang
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DVE.h12 #include "clang/Driver/Driver.h"
18 namespace clang { namespace
29 } // end namespace clang
H A DM68k.cpp11 #include "clang/Driver/Driver.h"
12 #include "clang/Driver/DriverDiagnostic.h"
13 #include "clang/Driver/Options.h"
21 using namespace clang::driver;
22 using namespace clang::driver::tools;
23 using namespace clang;
28 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) {
52 if (Args.hasArg(clang::driver::options::OPT_m68000))
54 if (Args.hasArg(clang::driver::options::OPT_m68010))
56 if (Args.hasArg(clang
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Refactoring/Rename/
H A DSymbolName.h12 #include "clang/Basic/LLVM.h"
17 namespace clang { namespace
46 } // end namespace clang
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.h19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/Decl.h"
21 #include "clang/ExtractAPI/API.h"
25 namespace clang { namespace
46 } // namespace clang
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h25 namespace clang { namespace
29 } // namespace clang
69 std::string filename = "<clang expression>");
166 clang::CodeCompleteConsumer *completion = nullptr,
172 std::unique_ptr<clang::CompilerInstance>
174 std::unique_ptr<clang::CodeGenerator>
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp1 //===- DependencyScanningService.cpp - clang-scan-deps service ------------===//
9 #include "clang/Tooling/DependencyScanning/DependencyScanningService.h"
12 using namespace clang;
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/
H A DModelConsumer.h10 /// This file implements clang::ento::ModelConsumer which is an
18 #include "clang/AST/ASTConsumer.h"
21 namespace clang { namespace
/openbsd-current/gnu/usr.bin/clang/libclangSupport/
H A DMakefile13 .PATH: ${.CURDIR}/../../../llvm/clang/lib/Support
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticFrontend.h12 #include "clang/Basic/Diagnostic.h"
14 namespace clang { namespace
21 #include "clang/Basic/DiagnosticFrontendKinds.inc"
26 } // end namespace clang
H A DDiagnosticCrossTU.h12 #include "clang/Basic/Diagnostic.h"
14 namespace clang { namespace
21 #include "clang/Basic/DiagnosticCrossTUKinds.inc"
26 } // end namespace clang
H A DDiagnosticDriver.h12 #include "clang/Basic/Diagnostic.h"
14 namespace clang { namespace
21 #include "clang/Basic/DiagnosticDriverKinds.inc"
26 } // end namespace clang
H A DFileEntry.h1 //===- clang/Basic/FileEntry.h - File references ----------------*- C++ -*-===//
10 /// Defines interfaces for clang::FileEntry and clang::FileEntryRef.
17 #include "clang/Basic/CustomizableOptional.h"
18 #include "clang/Basic/DirectoryEntry.h"
19 #include "clang/Basic/LLVM.h"
42 namespace clang { namespace
49 template <> class OptionalStorage<clang::FileEntryRef>;
164 const clang::FileEntryRef::MapEntry &getMapEntry() const { return *ME; }
212 class OptionalStorage<clang
270 namespace clang { namespace
[all...]
H A DTargetBuiltins.h11 /// namespace ::clang.
20 #include "clang/Basic/Builtins.h"
24 namespace clang { namespace
28 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
31 #include "clang/Basic/BuiltinsNEON.def"
39 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
42 #include "clang/Basic/BuiltinsARM.def"
51 #include "clang/Basic/BuiltinsSVE.def"
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
64 #include "clang/Basi
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/
H A Dcheck_cmake.sh11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py27 def get_version(clang):
30 :param clang: the compiler we are using
33 output = run_command([clang, '-v'])
53 if re.search(r'clang(.*): error:', last_line):
58 def get_active_checkers(clang, plugins):
61 :param clang: the compiler we are using
76 cmd = [clang, '--analyze'] + load_args + ['-x', language, '-']
101 """ Parse clang -analyzer-checker-help output.
138 def get_checkers(clang, plugins):
141 :param clang
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp10 #include "clang/Driver/Compilation.h"
11 #include "clang/Driver/Driver.h"
12 #include "clang/Driver/InputInfo.h"
13 #include "clang/Driver/Options.h"
15 using namespace clang::driver;
16 using namespace clang::driver::toolchains;
17 using namespace clang::driver::tools;
52 clang::driver::Tool *SPIRVToolChain::getTranslator() const {
58 clang::driver::Tool *SPIRVToolChain::SelectTool(const JobAction &JA) const {
63 clang
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h17 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
115 class parser<clang::ParsedSourceLocation> final
116 : public basic_parser<clang::ParsedSourceLocation> {
119 clang::ParsedSourceLocation &Val);
123 parser<clang::ParsedSourceLocation>::
125 clang::ParsedSourceLocation &Val) {
126 using namespace clang;
/openbsd-current/gnu/usr.bin/clang/libclangAST/
H A DMakefile7 TBLGEN= ${.OBJDIR}/../clang-tblgen/clang-tblgen
8 CLANG_INC= ${.CURDIR}/../../../llvm/clang/include
10 CPPFLAGS+= -I${.OBJDIR}/../include/clang/AST \
119 .PATH: ${.CURDIR}/../../../llvm/clang/lib/AST
120 .PATH: ${.CURDIR}/../../../llvm/clang/lib/AST/Interp
128 ${TBLGEN} -I${CLANG_INC} -gen-clang-attr-doc-table ${CLANG_INC}/clang/Basic/Attr.td \
132 ${TBLGEN} -I${CLANG_INC} -gen-clang-opcodes ${.CURDIR}/../../../llvm/clang/li
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h12 #include "clang/AST/CharUnits.h"
13 #include "clang/AST/Type.h"
111 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::DeclContext *>
113 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
118 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::Decl *>
129 clang::DeclContext *GetDeclContextForBlock(const DWARFDIE &die);
131 clang::BlockDecl *ResolveBlockDIE(const DWARFDIE &die);
133 clang::NamespaceDecl *ResolveNamespaceDIE(const DWARFDIE &die);
148 std::vector<std::unique_ptr<clang::CXXBaseSpecifier>> &base_classes,
155 ParseChildParameters(clang
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-repl/
H A DClangRepl.cpp1 //===--- tools/clang-repl/ClangRepl.cpp - clang-repl - the Clang REPL -----===//
9 // This file implements a REPL tool on top of clang.
13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/FrontendDiagnostic.h"
16 #include "clang/Interpreter/Interpreter.h"
37 auto &Diags = *static_cast<clang::DiagnosticsEngine *>(UserData);
39 Diags.Report(clang::diag::err_fe_error_backend) << Message;
54 static int checkDiagErrors(const clang
[all...]

Completed in 408 milliseconds

1234567891011>>