Searched refs:clang (Results 101 - 125 of 1951) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp13 #include "clang/AST/Decl.h"
14 #include "clang/AST/DeclCXX.h"
15 #include "clang/AST/DeclObjC.h"
16 #include "clang/Sema/Lookup.h"
17 #include "clang/Sema/Sema.h"
31 using namespace clang;
35 clang::ASTContext &dst_clang_ast = dst_ast.getASTContext();
41 clang::ASTContext &src_clang_ast = src_ast->getASTContext();
43 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type);
66 clang
126 ChainPassesThrough( clang::Decl *decl, clang::DeclContext *base, clang::DeclContext *(clang::Decl::*contextFromDecl)(), clang::DeclContext *(clang::DeclContext::*contextFromContext)()) argument
[all...]
H A DClangUtil.cpp7 // A collection of helper methods and data structures for manipulating clang
14 using namespace clang;
31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) {
33 return static_cast<clang::Decl *>(decl.GetOpaqueDecl());
37 // Make sure we have a clang type before making a clang::QualType
60 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) {
61 clang::QualType qual_type = ClangUtil::GetCanonicalQualType(type);
68 std::string ClangUtil::DumpDecl(const clang::Decl *d) {
81 std::string ClangUtil::ToString(const clang
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.h17 namespace clang { namespace
25 } // end namespace clang
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DPhases.cpp9 #include "clang/Driver/Phases.h"
13 using namespace clang::driver;
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DSortJavaScriptImports.h17 #include "clang/Basic/LLVM.h"
18 #include "clang/Format/Format.h"
22 namespace clang { namespace
33 } // end namespace clang
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_access_specifiers.py2 from clang.cindex import Config
6 from clang.cindex import AccessSpecifier
7 from clang.cindex import Cursor
8 from clang.cindex import TranslationUnit
H A Dtest_exception_specification_kind.py2 from clang.cindex import Config
6 import clang.cindex namespace
7 from clang.cindex import ExceptionSpecificationKind
14 if node.kind == clang.cindex.CursorKind.FUNCTION_DECL:
H A Dtest_linkage.py2 from clang.cindex import Config
6 from clang.cindex import LinkageKind
7 from clang.cindex import Cursor
8 from clang.cindex import TranslationUnit
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DAttrKinds.h10 /// Defines the clang::attr::Kind enum.
17 namespace clang { namespace
27 #include "clang/Basic/AttrList.inc"
31 } // end namespace clang
H A DCommentOptions.h10 /// Defines the clang::CommentOptions interface.
20 namespace clang { namespace
36 } // namespace clang
H A DABI.h21 namespace clang { namespace
40 } // end namespace clang
H A DAttributes.h12 #include "clang/Basic/AttributeCommonInfo.h"
13 #include "clang/Basic/LangOptions.h"
14 #include "clang/Basic/TargetInfo.h"
16 namespace clang { namespace
26 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/FrontendTool/
H A DUtils.h19 namespace clang { namespace
36 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSummaryManager.h17 namespace clang { namespace
41 } // end namespace clang::summMgr
55 } // end clang namespace
H A DLoopWidening.h18 #include "clang/Analysis/CFG.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
21 namespace clang { namespace
33 } // end namespace clang
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DFixIt.cpp13 #include "clang/Tooling/FixIt.h"
14 #include "clang/Lex/Lexer.h"
16 namespace clang { namespace
29 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h23 namespace clang { namespace
35 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h13 namespace clang { namespace
27 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.h17 #include "clang/Analysis/FlowSensitive/Solver.h"
18 #include "clang/Analysis/FlowSensitive/Value.h"
21 namespace clang { namespace
35 } // namespace clang
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSMTConstraintManager.cpp9 #include "clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h"
11 using namespace clang;
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DUtil.h12 #include "clang/Basic/LLVM.h"
15 namespace clang { namespace
28 } // end namespace clang
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dcompiler.h41 #pragma clang diagnostic ignored "-Winitializer-overrides"
42 #pragma clang diagnostic ignored "-Wunused-function"
43 #pragma clang diagnostic ignored "-Wunused-variable"
44 #pragma clang diagnostic ignored "-Wgnu-variable-sized-type-not-at-end"
/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DTCE.cpp15 #include "clang/Basic/MacroBuilder.h"
17 using namespace clang;
18 using namespace clang::targets;
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DTypeTraits.cpp13 #include "clang/Basic/TypeTraits.h"
16 using namespace clang;
20 #include "clang/Basic/TokenKinds.def"
22 #include "clang/Basic/TokenKinds.def"
24 #include "clang/Basic/TokenKinds.def"
29 #include "clang/Basic/TokenKinds.def"
31 #include "clang/Basic/TokenKinds.def"
33 #include "clang/Basic/TokenKinds.def"
38 #include "clang/Basic/TokenKinds.def"
43 #include "clang/Basi
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DPPCFreeBSD.cpp10 #include "clang/Driver/Driver.h"
11 #include "clang/Driver/Options.h"
14 using namespace clang::driver::toolchains;
19 if (!DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) &&

Completed in 599 milliseconds

1234567891011>>