Searched refs:clang (Results 251 - 275 of 1304) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.h18 #include "clang/AST/ASTConsumer.h"
19 #include "clang/Basic/LLVM.h"
20 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
24 namespace clang { namespace
47 } // end clang namespace
/external/clang/include/clang/Tooling/
H A DCommonOptionsParser.h1 //===- CommonOptionsParser.h - common options for clang tools -*- C++ -*-=====//
11 // command-line options for clang tools, so that they can be run as separate
22 // http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
30 #include "clang/Tooling/CompilationDatabase.h"
33 namespace clang { namespace
43 /// #include "clang/Frontend/FrontendActions.h"
44 /// #include "clang/Tooling/CommonOptionsParser.h"
47 /// using namespace clang::tooling;
60 /// return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>());
95 } // namespace clang
[all...]
/external/clang/lib/AST/
H A DCXXABI.h18 #include "clang/AST/Type.h"
20 namespace clang { namespace
H A DSelectorLocationsKind.cpp15 #include "clang/AST/SelectorLocationsKind.h"
16 #include "clang/AST/Expr.h"
18 using namespace clang;
97 clang::hasStandardSelectorLocs(Selector Sel,
104 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
114 clang::hasStandardSelectorLocs(Selector Sel,
121 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h19 #include "clang/AST/Type.h"
23 namespace clang { namespace
/external/clang/lib/Frontend/
H A DFrontendOptions.cpp10 #include "clang/Frontend/FrontendOptions.h"
12 using namespace clang;
/external/clang/lib/Headers/
H A DMakefile1 ##===- clang/lib/Headers/Makefile --------------------------*- Makefile -*-===##
18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
20 HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/$(CLANG_VERSION)/include
43 PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/$(CLANG_VERSION)/include
62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp14 #include "clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h"
15 using namespace clang;
/external/libcxx/test/utilities/template.bitset/bitset.cons/
H A Ddefault.pass.cpp15 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dreset_all.pass.cpp15 #pragma clang diagnostic ignored "-Wtautological-compare"
H A Dset_all.pass.cpp15 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/lldb/examples/darwin/heap_find/heap/
H A DMakefile12 CXX ?= $(shell xcrun -find clang++)
/external/lldb/test/functionalities/plugins/commands/
H A DMakefile8 clang++ -O0 -g -stdlib=libc++ -dynamiclib -o plugin.dylib plugin.cpp -framework LLDB -F $(LLDB_FRAMEWORK)/..
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp25 #include <clang/Frontend/CompilerInstance.h>
26 #include <clang/Frontend/TextDiagnosticPrinter.h>
27 #include <clang/CodeGen/CodeGenAction.h>
57 clang::CompilerInstance c;
58 clang::EmitObjAction act(&llvm::getGlobalContext());
68 std::make_pair(clang::IK_OpenCL, name));
73 c.getInvocation().setLangDefaults(clang::IK_OpenCL);
74 c.createDiagnostics(0, NULL, new clang::TextDiagnosticPrinter(
98 clang::CompilerInstance c;
99 clang
[all...]
/external/clang/include/clang/
H A DMakefile11 for hdr in `find clang -type f \
27 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/clang/include/clang" ; then \
28 cd $(PROJ_OBJ_ROOT)/tools/clang/include && \
29 for hdr in `find clang -type f \
/external/clang/include/clang-c/
H A DMakefile13 for hdr in `find clang-c -type f '!' '(' -name '*~' \
26 $(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/clang/include/clang-c" ; then \
27 cd $(PROJ_OBJ_ROOT)/tools/clang/include && \
28 for hdr in `find clang-c -type f '!' '(' -name 'Makefile' ')' -print \
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp73 #pragma clang diagnostic push
74 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
76 #pragma clang diagnostic pop
/external/lldb/source/Expression/
H A DClangPersistentVariables.cpp75 clang::TypeDecl *type_decl)
77 m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name.GetCString(), type_decl));
80 clang::TypeDecl *
/external/clang/include/clang/Analysis/
H A DCFG.h18 #include "clang/AST/Stmt.h"
19 #include "clang/Analysis/Support/BumpVector.h"
20 #include "clang/Basic/SourceLocation.h"
33 namespace clang { namespace
983 } // end namespace clang
993 template <> struct simplify_type< ::clang::CFGTerminator> {
994 typedef ::clang::Stmt *SimpleType;
995 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
1002 template <> struct GraphTraits< ::clang::CFGBlock *> {
1003 typedef ::clang
[all...]
/external/clang/include/clang/Basic/
H A DSourceLocation.h11 /// \brief Defines the clang::SourceLocation class and associated facilities.
18 #include "clang/Basic/LLVM.h"
32 namespace clang { namespace
395 } // end namespace clang
401 struct DenseMapInfo<clang::FileID> {
402 static inline clang::FileID getEmptyKey() {
403 return clang::FileID();
405 static inline clang::FileID getTombstoneKey() {
406 return clang::FileID::getSentinel();
409 static unsigned getHashValue(clang
[all...]
H A DMakefile37 $(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
41 $(Verb) $(ClangTableGen) -gen-clang-diags-index-name -o $(call SYSPATH, $@) $<
45 $(Verb) $(ClangTableGen) -gen-clang-diag-groups -o $(call SYSPATH, $@) $<
49 $(Verb) $(ClangTableGen) -gen-clang-attr-list -o $(call SYSPATH, $@) \
55 $(Verb) $(ClangTableGen) -gen-clang-attr-has-attribute-impl -o $(call SYSPATH, $@) \
/external/llvm/
H A DMakefile31 OPTIONAL_DIRS := tools/clang/utils/TableGen
69 ifeq ($(MAKECMDGOALS),install-clang)
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
71 tools/clang/tools/libclang \
72 tools/clang/tools/c-index-test \
73 tools/clang/include/clang-c \
74 tools/clang/runtime tools/clang/doc
[all...]
/external/clang/include/clang/AST/
H A DDeclGroup.h20 namespace clang { namespace
137 } // end clang namespace
144 class PointerLikeTypeTraits<clang::DeclGroupRef> {
146 static inline void *getAsVoidPointer(clang::DeclGroupRef P) {
149 static inline clang::DeclGroupRef getFromVoidPointer(void *P) {
150 return clang::DeclGroupRef::getFromOpaquePtr(P);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h44 #include "clang/ASTMatchers/ASTMatchers.h"
46 namespace clang { namespace
73 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
82 clang::ASTContext * const Context;
83 clang::SourceManager * const SourceManager;
150 /// \brief Creates a clang ASTConsumer that finds all matches.
151 clang::ASTConsumer *newASTConsumer();
160 match(clang::ast_type_traits::DynTypedNode::create(Node), Context);
162 void match(const clang::ast_type_traits::DynTypedNode &Node,
256 } // end namespace clang
[all...]
/external/clang/tools/driver/
H A DAndroid.mk8 LOCAL_MODULE := clang
110 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
111 # clang++ will get installed as well.
116 CLANG_ARM_NEON_H := $(TARGET_OUT_HEADERS)/clang/arm_neon.h
119 # Symlink for clang++

Completed in 786 milliseconds

<<11121314151617181920>>