Searched refs:clang (Results 151 - 175 of 1951) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h14 #include "clang/Basic/Diagnostic.h"
25 typedef std::vector<clang::FixItHint> FixItList;
40 void AddFixitHint(const clang::FixItHint &fixit) {
H A DModuleDependencyCollector.h12 #include "clang/Frontend/Utils.h"
18 : public clang::ModuleDependencyCollector {
22 : clang::ModuleDependencyCollector(""), m_file_collector(file_collector) {
H A DClangDeclVendor.h14 namespace clang { namespace
20 // A clang specialized extension to DeclVendor.
30 std::vector<clang::NamedDecl *> &decls);
H A DClangPersistentVariables.cpp20 #include "clang/AST/Decl.h"
81 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) {
83 const_cast<clang::Type *>(tdecl->getTypeForDecl()));
90 ConstString name, clang::NamedDecl *decl,
95 if (clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(decl)) {
96 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) {
104 clang::NamedDecl *
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDirectoryEntry.h1 //===- clang/Basic/DirectoryEntry.h - Directory references ------*- C++ -*-===//
10 /// Defines interfaces for clang::DirectoryEntry and clang::DirectoryEntryRef.
17 #include "clang/Basic/CustomizableOptional.h"
18 #include "clang/Basic/LLVM.h"
29 namespace clang { namespace
171 class OptionalStorage<clang::DirectoryEntryRef>
172 : public clang::FileMgr::MapEntryOptionalStorage<clang::DirectoryEntryRef> {
174 clang
232 namespace clang { namespace
[all...]
H A DMacroBuilder.h10 /// Defines the clang::MacroBuilder utility class.
17 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
45 } // end namespace clang
H A DPrettyStackTrace.h1 //===- clang/Basic/PrettyStackTrace.h - Pretty Crash Handling --*- C++ -*-===//
19 #include "clang/Basic/SourceLocation.h"
22 namespace clang { namespace
H A DVersion.h18 #include "clang/Basic/Version.inc"
21 namespace clang { namespace
29 /// This supports LLVM residing in a separate repository from clang.
47 /// Retrieves a string representing the complete clang version,
48 /// which includes the clang version number, the repository version,
55 /// Retrieves a string representing the complete clang version suitable
56 /// for use in the CPP __VERSION__ macro, which includes the clang version
/openbsd-current/gnu/usr.bin/clang/libclangExtractAPI/
H A DMakefile23 .PATH: ${.CURDIR}/../../../llvm/clang/lib/ExtractAPI
24 .PATH: ${.CURDIR}/../../../llvm/clang/lib/ExtractAPI/Serialization
/openbsd-current/gnu/usr.bin/clang/libclangASTMatchers/
H A DMakefile7 #CPPFLAGS+= -I${.OBJDIR}/../include/clang/AST \
22 .PATH: ${.CURDIR}/../../../llvm/clang/lib/ASTMatchers
23 .PATH: ${.CURDIR}/../../../llvm/clang/lib/ASTMatchers/Dynamic
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp38 PdbTypeSymId id, CompilerType &derived_ct, clang::TagDecl &tag_decl,
40 llvm::DenseMap<clang::Decl *, DeclStatus> &decl_to_status,
68 clang::QualType UdtRecordCompleter::AddBaseClassForTypeIndex(
72 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id);
76 std::unique_ptr<clang::CXXBaseSpecifier> base_spec =
77 m_ast_builder.clang().CreateBaseClassSpecifier(
92 clang::QualType method_qt =
110 m_ast_builder.clang().AddMethodToCXXRecordType(
120 clang::QualType base_qt =
126 m_ast_builder.clang()
314 TypeSystemClang &clang = m_ast_builder.clang(); local
340 AddMember(TypeSystemClang &clang, Member *field, uint64_t bit_offset, CompilerType parent_ct, ClangASTImporter::LayoutInfo &parent_layout, clang::DeclContext *parent_decl_ctx) argument
402 TypeSystemClang &clang = m_ast_builder.clang(); local
[all...]
/openbsd-current/distrib/sets/
H A Dmakelocatedb44 [ -f $i/clang.${arch} ] && cat $i/clang.${arch}
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DFrame.h16 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
43 } // namespace clang
/openbsd-current/gnu/llvm/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp1 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
2 #include "clang/StaticAnalyzer/Core/Checker.h"
3 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
4 #include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h"
6 using namespace clang;
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.h20 namespace clang { namespace
34 } // end namespace clang
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_tls_kind.py2 from clang.cindex import Config
6 from clang.cindex import TLSKind
7 from clang.cindex import Cursor
8 from clang.cindex import TranslationUnit
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.h17 namespace clang { namespace
22 #include "clang/AST/OperationKinds.def"
27 #include "clang/AST/OperationKinds.def"
32 #include "clang/AST/OperationKinds.def"
48 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCodeInjector.h10 /// Defines the clang::CodeInjector interface which is responsible for
19 namespace clang { namespace
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h16 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
39 }} // end: "clang:ento"
H A DObjCNoReturn.h17 #include "clang/Basic/IdentifierTable.h"
19 namespace clang { namespace
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DEditsReceiver.h12 #include "clang/Basic/LLVM.h"
13 #include "clang/Basic/SourceLocation.h"
16 namespace clang { namespace
31 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h16 namespace clang { namespace
H A DHeaderMapTypes.h14 namespace clang { namespace
40 } // end namespace clang.
H A DScratchBuffer.h16 #include "clang/Basic/SourceLocation.h"
18 namespace clang { namespace
42 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DLoopHint.h12 #include "clang/Basic/IdentifierTable.h"
13 #include "clang/Basic/SourceLocation.h"
14 #include "clang/Sema/Ownership.h"
15 #include "clang/Sema/ParsedAttr.h"
17 namespace clang { namespace
24 // "#pragma clang loop" directives and "unroll" for "#pragma unroll"
42 } // end namespace clang

Completed in 410 milliseconds

1234567891011>>