Searched refs:clang (Results 76 - 100 of 1619) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp9 #include "clang/DirectoryWatcher/DirectoryWatcher.h"
12 using namespace clang;
14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create(
/freebsd-11-stable/contrib/libpcap/
H A Ddiag-control.h70 * This is Clang 2.8 or later; we can use "clang diagnostic
71 * ignored -Wxxx" and "clang diagnostic push/pop".
79 PCAP_DO_PRAGMA(clang diagnostic push) \
80 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wsign-compare") \
81 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wdocumentation") \
82 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wmissing-noreturn") \
83 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunused-parameter") \
84 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunreachable-code")
86 PCAP_DO_PRAGMA(clang diagnostic pop)
138 * This is Clang 2.8 or later; we can use "clang diagnosti
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.clang-analyze.mk1 # $FreeBSD: stable/11/share/mk/bsd.clang-analyze.mk 360660 2020-05-05 17:10:49Z dim $
17 # contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/Analyses.def
28 .if !target(__<bsd.clang-analyze.mk>__)
29 __<bsd.clang-analyze.mk>__:
33 .if ${COMPILER_TYPE} != "clang" && (make(analyze) || make(*.clang-analyzer))
34 .error Clang static analyzer requires clang but found that compiler '${CC}' is ${COMPILER_TYPE}
38 CLANG_ANALYZE_OUTPUT_DIR?= clang-analyze
54 .SUFFIXES: .c .cc .cpp .cxx .C .clang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp11 #include "clang/Basic/TargetInfo.h"
12 #include "clang/Frontend/CompilerInstance.h"
13 #include "clang/Frontend/FrontendActions.h"
14 #include "clang/Lex/Preprocessor.h"
15 #include "clang/Lex/PreprocessorOptions.h"
16 #include "clang/Parse/Parser.h"
17 #include "clang/Sema/Lookup.h"
18 #include "clang/Serialization/ASTReader.h"
46 class StoringDiagnosticConsumer : public clang::DiagnosticConsumer {
50 void HandleDiagnostic(clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h21 namespace clang { namespace
210 } // namespace clang
212 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale,
213 const clang::CharUnits &CU) {
219 template<> struct DenseMapInfo<clang::CharUnits> {
220 static clang::CharUnits getEmptyKey() {
221 clang::CharUnits::QuantityType Quantity =
222 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
224 return clang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h12 #include "clang/AST/ASTContext.h"
31 clang::QualType type;
38 clang::QualType BuildType(ClangASTContext &clang_ast_ctx, StringLexer &type,
42 clang::QualType BuildStruct(ClangASTContext &ast_ctx, StringLexer &type,
45 clang::QualType BuildAggregate(ClangASTContext &clang_ast_ctx,
49 clang::QualType BuildUnion(ClangASTContext &ast_ctx, StringLexer &type,
52 clang::QualType BuildArray(ClangASTContext &ast_ctx, StringLexer &type,
60 clang::QualType BuildObjCObjectPointerType(ClangASTContext &clang_ast_ctx,
H A DAppleObjCDeclVendor.cpp19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/DeclObjC.h"
21 #include "clang/AST/ExternalASTSource.h"
26 : public clang::ExternalASTSource {
31 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx,
32 clang::DeclarationName name) override {
50 const clang::ObjCInterfaceDecl *interface_decl =
51 llvm::dyn_cast<clang::ObjCInterfaceDecl>(decl_ctx);
56 clang::ObjCInterfaceDecl *non_const_interface_decl =
57 const_cast<clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h19 #include "clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
23 namespace clang { namespace
49 typedef llvm::ImmutableMap<const clang::ento::MemRegion *,
50 clang::ento::mpi::Request>
65 } // end of namespace: clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLe64.cpp15 #include "clang/Basic/Builtins.h"
16 #include "clang/Basic/MacroBuilder.h"
17 #include "clang/Basic/TargetBuiltins.h"
19 using namespace clang;
20 using namespace clang::targets;
25 #include "clang/Basic/BuiltinsLe64.def"
29 return llvm::makeArrayRef(BuiltinInfo, clang::Le64::LastTSBuiltin -
H A DXCore.cpp14 #include "clang/Basic/Builtins.h"
15 #include "clang/Basic/MacroBuilder.h"
16 #include "clang/Basic/TargetBuiltins.h"
18 using namespace clang;
19 using namespace clang::targets;
26 #include "clang/Basic/BuiltinsXCore.def"
35 return llvm::makeArrayRef(BuiltinInfo, clang::XCore::LastTSBuiltin -
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHaiku.cpp12 using namespace clang::driver;
13 using namespace clang::driver::toolchains;
14 using namespace clang;
H A DTCE.cpp12 using namespace clang::driver;
13 using namespace clang::driver::toolchains;
14 using namespace clang;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h20 #include "clang/AST/Decl.h"
21 #include "clang/AST/RecursiveASTVisitor.h"
29 namespace clang { namespace
180 } // namespace clang
185 template <> struct GraphTraits<clang::CallGraphNode*> {
186 using NodeType = clang::CallGraphNode;
187 using NodeRef = clang::CallGraphNode *;
190 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; }
195 template <> struct GraphTraits<const clang::CallGraphNode*> {
196 using NodeType = const clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp13 #include "clang/DirectoryWatcher/DirectoryWatcher.h"
32 using namespace clang;
34 class DirectoryWatcherWindows : public clang::DirectoryWatcher {
44 clang::DirectoryWatcher::create(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp16 #include "clang/AST/Decl.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/Sema/Lookup.h"
20 #include "clang/Sema/Sema.h"
26 using namespace clang;
30 clang::ASTContext &dst_clang_ast = dst_ast.getASTContext();
37 clang::ASTContext &src_clang_ast = src_ast->getASTContext();
39 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type);
63 clang
123 ChainPassesThrough( clang::Decl *decl, clang::DeclContext *base, clang::DeclContext *(clang::Decl::*contextFromDecl)(), clang::DeclContext *(clang::DeclContext::*contextFromContext)()) argument
[all...]
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile.depend1 # $FreeBSD: stable/11/lib/clang/liblldb/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
8 lib/clang/libclang \
9 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/clang/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/clang/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libclang \
11 lib/clang/libllvm \
/freebsd-11-stable/usr.bin/clang/clang-format/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/clang-format/Makefile.depend 310618 2016-12-26 20:36:37Z dim $
10 lib/clang/libclang \
11 lib/clang/libllvm \
/freebsd-11-stable/contrib/llvm-project/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 DAttrSubjectMatchRules.h12 #include "clang/Basic/SourceLocation.h"
15 namespace clang { namespace
21 #include "clang/Basic/AttrSubMatchRulesList.inc"
29 } // end namespace clang
H A DCommentOptions.h10 /// Defines the clang::CommentOptions interface.
20 namespace clang { namespace
36 } // namespace clang
H A DDiagnosticCategories.h12 namespace clang { namespace
17 #include "clang/Basic/DiagnosticGroups.inc"
23 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DUtil.h12 #include "clang/Basic/LLVM.h"
15 namespace clang { namespace
29 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/FrontendTool/
H A DUtils.h19 namespace clang { namespace
36 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaLambda.h18 #include "clang/AST/ASTLambda.h"
20 namespace clang { namespace
37 } // clang

Completed in 123 milliseconds

1234567891011>>