Searched refs:clang (Results 51 - 75 of 1619) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h20 namespace clang { namespace
27 } // namespace clang
54 PdbAstBuilder(ObjectFile &obj, PdbIndex &index, ClangASTContext &clang);
60 clang::DeclContext *GetOrCreateDeclContextForUid(PdbSymUid uid);
61 clang::DeclContext *GetParentDeclContext(PdbSymUid uid);
63 clang::FunctionDecl *GetOrCreateFunctionDecl(PdbCompilandSymId func_id);
64 clang::BlockDecl *GetOrCreateBlockDecl(PdbCompilandSymId block_id);
65 clang::VarDecl *GetOrCreateVariableDecl(PdbCompilandSymId scope_id,
67 clang::VarDecl *GetOrCreateVariableDecl(PdbGlobalSymId var_id);
68 clang
83 ClangASTContext &clang() { return m_clang; } function in class:lldb_private::npdb::PdbAstBuilder
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h18 #include "clang/Tooling/Core/Diagnostic.h"
19 #include "clang/Tooling/ReplacementsYaml.h"
23 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Diagnostic)
24 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::DiagnosticMessage)
29 template <> struct MappingTraits<clang::tooling::DiagnosticMessage> {
30 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) {
34 std::vector<clang::tooling::Replacement> Fixes;
51 template <> struct MappingTraits<clang::tooling::Diagnostic> {
57 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {}
59 NormalizedDiagnostic(const IO &, const clang
[all...]
H A DToolExecutorPluginRegistry.h12 #include "clang/Tooling/Execution.h"
15 namespace clang { namespace
21 } // namespace clang
H A DReplacementsYaml.h18 #include "clang/Tooling/Refactoring.h"
22 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Replacement)
29 template <> struct MappingTraits<clang::tooling::Replacement> {
36 NormalizedReplacement(const IO &, const clang::tooling::Replacement &R)
46 clang::tooling::Replacement denormalize(const IO &) {
47 return clang::tooling::Replacement(FilePath, Offset, Length,
57 static void mapping(IO &Io, clang::tooling::Replacement &R) {
58 MappingNormalization<NormalizedReplacement, clang::tooling::Replacement>
69 template <> struct MappingTraits<clang::tooling::TranslationUnitReplacements> {
71 clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp8 #include "clang/Tooling/Syntax/BuildTree.h"
10 using namespace clang;
24 clang::syntax::Leaf *syntax::createPunctuation(clang::syntax::Arena &A,
25 clang::tok::TokenKind K) {
27 clang::tok::getPunctuatorSpelling(K)))
31 auto *L = new (A.allocator()) clang::syntax::Leaf(Tokens.begin());
37 clang::syntax::EmptyStatement *
38 syntax::createEmptyStatement(clang::syntax::Arena &A) {
39 auto *S = new (A.allocator()) clang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h23 #include "clang/AST/ASTContext.h"
24 #include "clang/AST/TemplateBase.h"
52 typedef void (*CompleteTagDeclCallback)(void *baton, clang::TagDecl *);
54 clang::ObjCInterfaceDecl *);
72 explicit ClangASTContext(clang::ASTContext &existing_ctxt);
95 static ClangASTContext *GetASTContext(clang::ASTContext *ast_ctx);
109 clang::ASTContext &getASTContext();
111 clang::MangleContext *getMangleContext();
113 std::shared_ptr<clang::TargetOptions> &getTargetOptions();
115 clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h16 namespace clang { namespace
95 /// To configure this in the .clang-format file, use:
98 /// - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
128 /// By default, clang-format considers files as "main" only when they end
146 } // namespace clang
148 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory)
154 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> {
156 clang::tooling::IncludeStyle::IncludeCategory &Category);
161 clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h27 // AST_MATCHER_P(clang::MemberExpr, Member,
28 // clang::ast_matchers::internal::Matcher<clang::ValueDecl>,
36 // namespace clang {
45 // } // namespace clang
58 return ::clang::ast_matchers::internal::MemoizedMatcher< \
97 : public ::clang::ast_matchers::internal::MatcherInterface<Type> { \
101 ::clang::ast_matchers::internal::ASTMatchFinder *Finder, \
102 ::clang::ast_matchers::internal::BoundNodesTreeBuilder \
106 inline ::clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DContiki.cpp12 using namespace clang::driver;
13 using namespace clang::driver::toolchains;
14 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemOptions.h10 /// Defines the clang::FileSystemOptions interface.
19 namespace clang { namespace
29 } // end namespace clang
H A DLambda.h19 namespace clang { namespace
41 } // end namespace clang
H A DPragmaKinds.h12 namespace clang { namespace
H A DTemplateKinds.h10 /// Defines the clang::TemplateNameKind enum.
16 namespace clang { namespace
H A DAllDiagnostics.h17 #include "clang/Basic/DiagnosticAST.h"
18 #include "clang/Basic/DiagnosticAnalysis.h"
19 #include "clang/Basic/DiagnosticComment.h"
20 #include "clang/Basic/DiagnosticCrossTU.h"
21 #include "clang/Basic/DiagnosticDriver.h"
22 #include "clang/Basic/DiagnosticFrontend.h"
23 #include "clang/Basic/DiagnosticLex.h"
24 #include "clang/Basic/DiagnosticParse.h"
25 #include "clang/Basic/DiagnosticSema.h"
26 #include "clang/Basi
29 namespace clang { namespace
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h17 namespace clang { namespace
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DLocalCheckers.h17 namespace clang { namespace
25 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInterCheckerAPI.h14 namespace clang { namespace
H A DMove.h17 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
19 namespace clang { namespace
28 } // namespace clang
/freebsd-11-stable/usr.bin/clang/
H A Dllvm.prog.mk1 # $FreeBSD: stable/11/usr.bin/clang/llvm.prog.mk 360658 2020-05-05 12:59:04Z dim $
3 .include "${SRCTOP}/lib/clang/llvm.pre.mk"
5 CFLAGS+= -I${OBJTOP}/lib/clang/libllvm
7 .include "${SRCTOP}/lib/clang/llvm.build.mk"
11 (${PROG_CXX} == "clang-tblgen" || ${PROG_CXX} == "lldb-tblgen" || \
19 DPADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
20 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
23 PACKAGE= clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h13 namespace clang { namespace
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcode.h18 namespace clang { namespace
28 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMSP430.cpp14 #include "clang/Basic/MacroBuilder.h"
16 using namespace clang;
17 using namespace clang::targets;
H A DPNaCl.cpp14 #include "clang/Basic/MacroBuilder.h"
16 using namespace clang;
17 using namespace clang::targets;
H A DSPIR.cpp16 using namespace clang;
17 using namespace clang::targets;
/freebsd-11-stable/share/doc/llvm/clang/
H A DMakefile1 # $FreeBSD: stable/11/share/doc/llvm/clang/Makefile 360660 2020-05-05 17:10:49Z dim $
3 SRCDIR= ${SRCTOP}/contrib/llvm-project/clang
9 TOPDIR= ${DOCDIR}/llvm/clang

Completed in 118 milliseconds

1234567891011>>