Searched refs:clang (Results 1 - 25 of 896) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DDominators.cpp10 #include "clang/Analysis/Analyses/Dominators.h"
12 using namespace clang;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedDiagnosticConsumer.cpp10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
12 using namespace clang;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPCallbacks.cpp10 #include "clang/Lex/PPCallbacks.h"
12 using namespace clang;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaConsumer.cpp10 #include "clang/Sema/SemaConsumer.h"
12 using namespace clang;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp10 #include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"
12 using namespace clang::ento;
H A DCommonBugCategories.cpp10 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
13 namespace clang { namespace ento { namespace categories { namespace
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang
[all...]
H A DBaseSubobject.h17 #include "clang/AST/CharUnits.h"
22 namespace clang { namespace
51 } // end namespace clang
55 template<> struct DenseMapInfo<clang::BaseSubobject> {
56 static clang::BaseSubobject getEmptyKey() {
57 return clang::BaseSubobject(
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
62 static clang::BaseSubobject getTombstoneKey() {
63 return clang
[all...]
H A DStmtGraphTraits.h18 #include "clang/AST/Stmt.h"
27 template <> struct GraphTraits<clang::Stmt*> {
28 typedef clang::Stmt NodeType;
29 typedef clang::Stmt::child_iterator ChildIteratorType;
30 typedef llvm::df_iterator<clang::Stmt*> nodes_iterator;
32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
44 static nodes_iterator nodes_begin(clang::Stmt* S) {
48 static nodes_iterator nodes_end(clang::Stmt* S) {
54 template <> struct GraphTraits<const clang::Stmt*> {
55 typedef const clang
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DCapturedStmt.h14 namespace clang { namespace
22 } // end namespace clang
H A DExpressionTraits.h18 namespace clang { namespace
H A DOpenCL.h18 namespace clang { namespace
H A DTemplateKinds.h11 /// \brief Defines the clang::TemplateNameKind enum.
17 namespace clang { namespace
H A DFileSystemOptions.h11 /// \brief Defines the clang::FileSystemOptions interface.
20 namespace clang { namespace
30 } // end namespace clang
H A DLambda.h20 namespace clang { namespace
40 } // end namespace clang
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h13 #include "clang/Frontend/FrontendAction.h"
16 namespace clang { namespace
21 } // end namespace clang
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationDiagnostics.cpp16 namespace clang { namespace
H A DAllocationDiagnostics.h17 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
19 namespace clang { namespace ento { namespace
H A DInterCheckerAPI.h15 namespace clang { namespace
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h13 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
27 static void retain(const clang::ento::ProgramState *state) {
28 clang::ento::ProgramStateRetain(state);
30 static void release(const clang::ento::ProgramState *state) {
31 clang::ento::ProgramStateRelease(state);
36 namespace clang { namespace
H A DTaintTag.h17 namespace clang { namespace
/freebsd-9.3-release/usr.bin/clang/clang/
H A DMakefile5 PROG_CXX=clang
7 SRCDIR= tools/clang/tools/driver
16 LINKS= ${BINDIR}/clang ${BINDIR}/clang++ \
17 ${BINDIR}/clang ${BINDIR}/clang-cpp
18 MLINKS= clang.1 clang++.1 \
19 clang.1 clang
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/FrontendTool/
H A DUtils.h18 namespace clang { namespace
28 } // end namespace clang
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAttrImpl.cpp14 #include "clang/AST/Attr.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Expr.h"
17 #include "clang/AST/Type.h"
19 using namespace clang;
29 #include "clang/AST/AttrImpl.inc"
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk3 CLANG_SRCS= ${LLVM_SRCS}/tools/clang
7 -I${LLVM_SRCS}/../../lib/clang/include \
40 CLANG_TBLGEN?= clang-tblgen
70 Attrs.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
71 ${CLANG_TBLGEN} -gen-clang-attr-classes \
73 ${CLANG_SRCS}/include/clang/Basic/Attr.td
75 AttrDump.inc.h: ${CLANG_SRCS}/include/clang/Basic/Attr.td
76 ${CLANG_TBLGEN} -gen-clang-attr-dump \
78 ${CLANG_SRCS}/include/clang/Basic/Attr.td
80 AttrIdentifierArg.inc.h: ${CLANG_SRCS}/include/clang/Basi
[all...]

Completed in 312 milliseconds

1234567891011>>