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

1234567891011>>

/openbsd-current/gnu/usr.bin/clang/include/clang/Basic/
H A DMakefile5 TBLGEN= ${.OBJDIR}/../../../clang-tblgen/clang-tblgen
6 CLANG_INC=${.CURDIR}/../../../../../llvm/clang/include
59 Diagnostic${_comp}Kinds.inc: ${CLANG_INC}/clang/Basic/Diagnostic.td
60 ${TBLGEN} -I${CLANG_INC}/clang/Basic -gen-clang-diags-defs \
61 -clang-component=${_comp} -o ${.TARGET} ${.ALLSRC}
65 DiagnosticGroups.inc: ${CLANG_INC}/clang/Basic/Diagnostic.td
66 ${TBLGEN} -I${CLANG_INC}/clang/Basic -gen-clang
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DCallGraph.h20 #include "clang/AST/Decl.h"
21 #include "clang/AST/RecursiveASTVisitor.h"
30 namespace clang { namespace
212 } // namespace clang
216 // Specialize DenseMapInfo for clang::CallGraphNode::CallRecord.
217 template <> struct DenseMapInfo<clang::CallGraphNode::CallRecord> {
218 static inline clang::CallGraphNode::CallRecord getEmptyKey() {
219 return clang::CallGraphNode::CallRecord(
220 DenseMapInfo<clang::CallGraphNode *>::getEmptyKey(),
221 DenseMapInfo<clang
[all...]
/openbsd-current/gnu/llvm/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)
25 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::FileByteRange)
30 template <> struct MappingTraits<clang::tooling::FileByteRange> {
31 static void mapping(IO &Io, clang::tooling::FileByteRange &R) {
38 template <> struct MappingTraits<clang::tooling::DiagnosticMessage> {
39 static void mapping(IO &Io, clang::tooling::DiagnosticMessage &M) {
43 std::vector<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> {
35 NormalizedReplacement(const IO &, const clang::tooling::Replacement &R)
39 clang::tooling::Replacement denormalize(const IO &) {
40 return clang::tooling::Replacement(FilePath, Offset, Length,
50 static void mapping(IO &Io, clang::tooling::Replacement &R) {
51 MappingNormalization<NormalizedReplacement, clang::tooling::Replacement>
62 template <> struct MappingTraits<clang::tooling::TranslationUnitReplacements> {
64 clang
[all...]
/openbsd-current/gnu/llvm/clang/utils/VtableTest/
H A Dcheck-zti9 sed -n "/^__ZTI.*s$i:/,/\.[sg][el]/p" test-clang.s |
10 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-clang-zti
13 diff -U3 test-gcc-zti test-clang-zti
H A Dcheck-ztt9 sed -n "/^__ZTT.*s$i:/,/\.[sgm][elo]/p" test-clang.s |
10 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e '/^$/d' >test-clang-ztt
13 diff -U3 test-gcc-ztt test-clang-ztt
H A Dcheck-zvt9 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-clang.s | grep -v '\.[sg][el]' >test-clang-ztv
11 diff -U3 test-gcc-ztv test-clang-ztv
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DIncludeStyle.h16 namespace clang { namespace
102 /// To configure this in the .clang-format file, use:
105 /// - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
138 /// By default, clang-format considers files as "main" only when they end
157 } // namespace clang
159 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::IncludeStyle::IncludeCategory)
165 struct MappingTraits<clang::tooling::IncludeStyle::IncludeCategory> {
167 clang::tooling::IncludeStyle::IncludeCategory &Category);
172 clang
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/AST/ExternalASTSource.h"
27 : public clang::ExternalASTSource {
32 bool FindExternalVisibleDeclsByName(const clang::DeclContext *decl_ctx,
33 clang::DeclarationName name) override {
48 const clang::ObjCInterfaceDecl *interface_decl =
49 llvm::dyn_cast<clang::ObjCInterfaceDecl>(decl_ctx);
54 clang::ObjCInterfaceDecl *non_const_interface_decl =
55 const_cast<clang
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DContiki.cpp12 using namespace clang::driver;
13 using namespace clang::driver::toolchains;
14 using namespace clang;
H A DZOS.cpp11 #include "clang/Driver/Compilation.h"
12 #include "clang/Driver/Options.h"
15 using namespace clang::driver;
16 using namespace clang::driver::toolchains;
18 using namespace clang;
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DExpressionTraits.cpp13 #include "clang/Basic/ExpressionTraits.h"
16 using namespace clang;
20 #include "clang/Basic/TokenKinds.def"
25 #include "clang/Basic/TokenKinds.def"
28 const char *clang::getTraitName(ExpressionTrait T) {
33 const char *clang::getTraitSpelling(ExpressionTrait T) {
H A DDiagnosticOptions.cpp13 #include "clang/Basic/DiagnosticOptions.h"
17 namespace clang { namespace
24 } // namespace clang
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DOpcode.h18 namespace clang { namespace
28 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DFileSystemOptions.h10 /// Defines the clang::FileSystemOptions interface.
19 namespace clang { namespace
29 } // end namespace clang
H A DTemplateKinds.h10 /// Defines the clang::TemplateNameKind enum.
16 namespace clang { namespace
H A DCLWarnings.h14 namespace clang { namespace
20 /// For cl.exe warning IDs that cleany map to clang diagnostic groups,
24 } // end namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DMigratorOptions.h17 namespace clang { namespace
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMove.h17 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
19 namespace clang { namespace
28 } // namespace clang
H A DInterCheckerAPI.h18 namespace clang { namespace
27 } // namespace clang
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp19 std::vector<clang::NamedDecl *> &decls) {
26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl);
27 clang::NamedDecl *nd = llvm::cast<clang::NamedDecl>(d);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp9 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
12 namespace clang { namespace
28 } // namespace clang
/openbsd-current/gnu/llvm/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h15 namespace clang { namespace
22 } // namespace clang
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DModuleFileExtension.cpp8 #include "clang/Serialization/ModuleFileExtension.h"
10 using namespace clang;

Completed in 400 milliseconds

1234567891011>>