Searched refs:clang (Results 276 - 300 of 1619) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h12 #include "clang/Basic/LLVM.h"
15 namespace clang { namespace
65 #include "clang/Basic/LangStandards.def"
72 clang::Language Language;
82 clang::Language getLanguage() const { return Language; }
134 } // end namespace clang
H A DSourceLocation.h10 /// Defines the clang::SourceLocation class and associated facilities.
17 #include "clang/Basic/LLVM.h"
31 namespace clang { namespace
457 } // namespace clang
464 struct DenseMapInfo<clang::FileID> {
465 static clang::FileID getEmptyKey() {
469 static clang::FileID getTombstoneKey() {
470 return clang::FileID::getSentinel();
473 static unsigned getHashValue(clang::FileID S) {
477 static bool isEqual(clang
[all...]
H A DTargetOptions.h10 /// Defines the clang::TargetOptions class.
17 #include "clang/Basic/OpenCLOptions.h"
23 namespace clang { namespace
82 /// in clang that depend on specific version of the CUDA SDK.
86 } // end namespace clang
/freebsd-11-stable/usr.bin/clang/lldb/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/lldb/Makefile 360784 2020-05-07 16:34:01Z dim $
3 .include "${SRCTOP}/lib/clang/lldb.pre.mk"
14 .include "${SRCTOP}/lib/clang/clang.build.mk"
17 LIBDEPS+= clang
21 DPADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
22 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp13 #include "clang/AST/CharUnits.h"
14 #include "clang/AST/Decl.h"
15 #include "clang/AST/DeclCXX.h"
49 return clang::TTK_Class;
51 return clang::TTK_Struct;
53 return clang::TTK_Union;
55 return clang::TTK_Interface;
106 clang::ASTContext &ast = clang_ast.getASTContext();
249 static clang::MSInheritanceAttr::Spelling
263 return clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h20 namespace clang { namespace
133 } // namespace clang
141 struct PointerLikeTypeTraits<clang::DeclGroupRef> {
142 static inline void *getAsVoidPointer(clang::DeclGroupRef P) {
146 static inline clang::DeclGroupRef getFromVoidPointer(void *P) {
147 return clang::DeclGroupRef::getFromOpaquePtr(P);
H A DAvailability.h16 #include "clang/Basic/SourceLocation.h"
20 namespace clang { namespace
60 } // end namespace clang
H A DMangleNumberingContext.h17 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
57 } // end namespace clang
H A DPrettyDeclStackTrace.h18 #include "clang/Basic/SourceLocation.h"
21 namespace clang { namespace
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp14 #include "clang/AST/SelectorLocationsKind.h"
15 #include "clang/AST/Expr.h"
17 using namespace clang;
96 clang::hasStandardSelectorLocs(Selector Sel,
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
113 clang::hasStandardSelectorLocs(Selector Sel,
120 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h13 #include "clang/Lex/Lexer.h"
64 llvm::SmallVector<clang::Token, 30> m_tokens;
120 bool ConsumeToken(clang::tok::TokenKind kind);
124 clang::Token &Peek();
125 bool ConsumeBrackets(clang::tok::TokenKind left, clang::tok::TokenKind right);
171 // Populate m_tokens by calling clang lexer on m_text.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h17 #include "clang/AST/Type.h"
18 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
127 /// MetadataCache - This maps clang::Types to scalar llvm::MDNodes describing
130 /// This maps clang::Types to a base access type in the type DAG.
135 /// StructMetadataCache - This maps clang::Types to llvm::MDNodes describing
215 } // end namespace clang
219 template<> struct DenseMapInfo<clang::CodeGen::TBAAAccessInfo> {
220 static clang::CodeGen::TBAAAccessInfo getEmptyKey() {
222 return clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp16 #include "clang/AST/AST.h"
17 #include "clang/ASTMatchers/ASTMatchFinder.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h"
21 using namespace clang;
23 using namespace clang::ast_matchers;
41 namespace clang { namespace
99 } // end namespace clang
H A DCheckerHelpers.cpp13 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
14 #include "clang/AST/Decl.h"
15 #include "clang/AST/Expr.h"
17 namespace clang { namespace
79 std::pair<const clang::VarDecl *, const clang::Expr *>
114 } // end namespace clang
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk64 CWARNFLAGS.clang+= -Wmissing-variable-declarations
67 CWARNFLAGS.clang+= -Wthread-safety
79 CWARNFLAGS.clang+= -Wno-empty-body -Wno-string-plus-int
80 .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30400
81 CWARNFLAGS.clang+= -Wno-unused-const-variable
85 CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
87 .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600
88 CWARNFLAGS.clang+= -Wno-unused-local-typedef
90 .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 40000
91 CWARNFLAGS.clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp13 #include "clang/Driver/Options.h"
17 using namespace clang::driver;
18 using namespace clang::driver::tools;
19 using namespace clang;
/freebsd-11-stable/usr.bin/clang/llvm-objcopy/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-objcopy/Makefile 363496 2020-07-24 20:54:07Z dim $
22 .include "${SRCTOP}/lib/clang/llvm.pre.mk"
27 .include "${SRCTOP}/lib/clang/llvm.build.mk"
44 DPADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
45 LDADD+= ${OBJTOP}/lib/clang/lib${lib}/lib${lib}.a
48 PACKAGE= clang
/freebsd-11-stable/usr.bin/clang/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/Makefile 368285 2020-12-02 21:39:54Z dim $
5 SUBDIR+= clang
6 SUBDIR+= clang-tblgen
51 SUBDIR+= clang-format
/freebsd-11-stable/lib/libthread_db/
H A DMakefile20 # Unfortunately, clang gives an incorrect warning about alignment in
22 NO_WCAST_ALIGN.clang=
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h12 #include "clang/Basic/SourceLocation.h"
13 #include "clang/Index/DeclOccurrence.h"
14 #include "clang/Index/IndexSymbol.h"
19 namespace clang { namespace
55 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h16 #include "clang/AST/Decl.h"
17 #include "clang/AST/ExprCXX.h"
18 #include "clang/AST/StmtCXX.h"
19 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Sema/SemaInternal.h"
22 namespace clang { namespace
66 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DBodyFarm.h17 #include "clang/AST/DeclBase.h"
18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
51 } // namespace clang
H A DCFGStmtMap.h17 #include "clang/Analysis/CFG.h"
19 namespace clang { namespace
48 } // end clang namespace
H A DSelectorExtras.h12 #include "clang/AST/ASTContext.h"
14 namespace clang { namespace
34 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DObjectFilePCHContainerOperations.h12 #include "clang/Frontend/PCHContainerOperations.h"
14 namespace clang { namespace

Completed in 495 milliseconds

<<11121314151617181920>>