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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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
H A DSummaryManager.h17 namespace clang { namespace
41 } // end namespace clang::summMgr
55 } // end clang namespace
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFileExtension.cpp8 #include "clang/Serialization/ModuleFileExtension.h"
10 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticOptions.cpp13 #include "clang/Basic/DiagnosticOptions.h"
17 namespace clang { namespace
24 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.h17 namespace clang { namespace
25 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp9 #include "clang/Driver/Phases.h"
13 using namespace clang::driver;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSMTConstraintManager.cpp10 #include "clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h"
12 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugInfoOptions.h12 namespace clang { namespace
53 } // end namespace clang
H A DTargetBuiltins.h11 /// namespace ::clang.
19 #include "clang/Basic/Builtins.h"
22 namespace clang { namespace
26 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #include "clang/Basic/BuiltinsNEON.def"
36 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #include "clang/Basic/BuiltinsARM.def"
47 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #include "clang/Basic/BuiltinsAArch64.def"
58 LastTIBuiltin = clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningService.cpp1 //===- DependencyScanningService.cpp - clang-scan-deps service ------------===//
9 #include "clang/Tooling/DependencyScanning/DependencyScanningService.h"
11 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorExcludedConditionalDirectiveSkipMapping.h12 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
29 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DTCE.cpp15 #include "clang/Basic/MacroBuilder.h"
17 using namespace clang;
18 using namespace clang::targets;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h50 virtual clang::ASTConsumer *
51 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
H A DClangPersistentVariables.cpp18 #include "clang/AST/Decl.h"
75 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) {
77 const_cast<clang::Type *>(tdecl->getTypeForDecl()));
84 clang::NamedDecl *decl,
89 if (clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(decl)) {
90 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) {
98 clang::NamedDecl *
/freebsd-11-stable/lib/clang/
H A Dllvm.pre.mk2 # $FreeBSD: stable/11/lib/clang/llvm.pre.mk 360660 2020-05-05 17:10:49Z dim $
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPPCLinux.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) &&
/freebsd-11-stable/usr.bin/clang/lldb/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/lldb/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libclang \
11 lib/clang/liblldb \
12 lib/clang/libllvm \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitFuture.h26 namespace clang { namespace
33 struct PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitBuilderBase*> {
34 using T = ::clang::CodeGen::ConstantInitBuilderBase*;
42 namespace clang { namespace
89 } // end namespace clang
94 struct PointerLikeTypeTraits< ::clang::CodeGen::ConstantInitFuture> {
95 using T = ::clang::CodeGen::ConstantInitFuture;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangUtil.cpp7 // A collection of helper methods and data structures for manipulating clang
14 using namespace clang;
32 // Make sure we have a clang type before making a clang::QualType
55 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) {
56 clang::QualType qual_type = ClangUtil::GetCanonicalQualType(type);
63 std::string ClangUtil::DumpDecl(const clang::Decl *d) {
76 std::string ClangUtil::ToString(const clang::Type *t) {
77 return clang::QualType(t, 0).getAsString();
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp20 using namespace clang;
21 using namespace clang::tblgen;
23 llvm::StringRef clang::tblgen::HasProperties::getName() const {
45 std::string clang::tblgen::DeclNode::getClassName() const {
48 StringRef clang::tblgen::DeclNode::getId() const {
54 StringRef clang::tblgen::TypeNode::getClassName() const {
57 StringRef clang::tblgen::TypeNode::getId() const {
66 StringRef clang::tblgen::StmtNode::getClassName() const {
69 std::string clang::tblgen::StmtNode::getId() const {
138 void clang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp61 : name(""), type(clang::QualType()), bitfield(0) {}
78 clang::QualType AppleObjCTypeEncodingParser::BuildStruct(
81 clang::TTK_Struct);
84 clang::QualType AppleObjCTypeEncodingParser::BuildUnion(
87 clang::TTK_Union);
90 clang::QualType AppleObjCTypeEncodingParser::BuildAggregate(
94 return clang::QualType();
104 return clang::QualType();
120 return clang::QualType();
123 return clang
[all...]
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile1 # $FreeBSD: stable/11/lib/clang/libclang/Makefile 363496 2020-07-24 20:54:07Z dim $
4 .include "../clang.pre.mk"
6 LIB= clang
9 CFLAGS+= -I${OBJTOP}/lib/clang/libllvm
21 SRCDIR= clang/lib
700 clang/AST/AbstractBasicReader.inc: \
701 ${CLANG_SRCS}/include/clang/AST/PropertiesBase.td
702 ${CLANG_TBLGEN} -gen-clang-basic-reader \
704 ${CLANG_SRCS}/include/clang/AST/PropertiesBase.td
705 TGHDRS+= clang/AS
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp3 #include "clang/AST/OSLog.h"
4 #include "clang/AST/Attr.h"
5 #include "clang/AST/Decl.h"
6 #include "clang/AST/DeclCXX.h"
7 #include "clang/AST/ExprObjC.h"
8 #include "clang/AST/FormatString.h"
9 #include "clang/Basic/Builtins.h"
12 using namespace clang;
14 using clang::analyze_os_log::OSLogBufferItem;
15 using clang
[all...]

Completed in 224 milliseconds

1234567891011>>