Searched refs:clang (Results 126 - 150 of 1619) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp90 static clang::TagTypeKind TranslateUdtKind(const TagRecord &cr) {
93 return clang::TTK_Class;
95 return clang::TTK_Struct;
97 return clang::TTK_Union;
99 return clang::TTK_Interface;
101 return clang::TTK_Enum;
104 return clang::TTK_Struct;
124 static llvm::Optional<clang::CallingConv>
131 return clang::CallingConv::CC_C;
134 return clang
205 PdbAstBuilder(ObjectFile &obj, PdbIndex &index, ClangASTContext &clang) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h18 namespace clang { namespace
23 } // namespace clang
51 clang::Decl *GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol);
53 clang::DeclContext *
55 clang::DeclContext *
58 void ParseDeclsForDeclContext(const clang::DeclContext *decl_context);
60 clang::NamespaceDecl *FindNamespaceDecl(const clang::DeclContext *parent,
68 typedef llvm::DenseMap<clang::CXXRecordDecl *, lldb::user_id_t>
70 typedef llvm::DenseMap<lldb::user_id_t, clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp13 #include "clang/Basic/Sanitizers.h"
17 using namespace clang;
25 #include "clang/Basic/Sanitizers.def"
27 SanitizerMask clang::parseSanitizerValue(StringRef Value, bool AllowGroups) {
32 #include "clang/Basic/Sanitizers.def"
37 SanitizerMask clang::expandSanitizerGroups(SanitizerMask Kinds) {
42 #include "clang/Basic/Sanitizers.def"
50 namespace clang { namespace
51 llvm::hash_code hash_value(const clang::SanitizerMask &Arg) {
54 } // namespace clang
[all...]
H A DStack.cpp14 #include "clang/Basic/Stack.h"
41 void clang::noteBottomOfStack() {
46 bool clang::isStackNearlyExhausted() {
67 void clang::runWithSufficientStackSpaceSlow(llvm::function_ref<void()> Diag,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h16 #include "clang/AST/Stmt.h"
19 namespace clang { namespace
43 std::pair<const clang::VarDecl *, const clang::Expr *>
67 } // end clang namespace
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h36 clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa);
37 bool FinishDecl(clang::ObjCInterfaceDecl *decl);
45 clang::ObjCInterfaceDecl *>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp9 #include "clang/Driver/Options.h"
15 using namespace clang::driver;
16 using namespace clang::driver::options;
20 #include "clang/Driver/Options.inc"
28 #include "clang/Driver/Options.inc"
42 const llvm::opt::OptTable &clang::driver::getDriverOptTable() {
50 #include "clang/Driver/Options.inc"
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp15 #include "clang/Basic/MacroBuilder.h"
16 #include "clang/Basic/TargetBuiltins.h"
19 using namespace clang;
20 using namespace clang::targets;
25 #include "clang/Basic/BuiltinsBPF.def"
46 return llvm::makeArrayRef(BuiltinInfo, clang::BPF::LastTSBuiltin -
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DDominators.h16 #include "clang/Analysis/AnalysisDeclContext.h"
17 #include "clang/Analysis/CFG.h"
36 namespace clang { namespace
190 } // end of namespace clang
197 struct ChildrenGetterTy<clang::CFGBlock, IsPostDom> {
198 using NodeRef = typename GraphTraits<clang::CFGBlock>::NodeRef;
203 typename IDFCalculatorBase<clang::CFGBlock, IsPostDom>::OrderedNodeTy;
215 namespace clang { namespace
274 } // namespace clang
288 SemiNCAInfo<clang
[all...]
H A DReachableCode.h16 #include "clang/Basic/SourceLocation.h"
26 namespace clang { namespace
36 namespace clang { namespace
66 }} // end namespace clang::reachable_code
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile.depend1 # $FreeBSD: stable/11/lib/clang/libllvm/Makefile.depend 305239 2016-09-01 20:38:59Z bdrewery $
12 usr.bin/clang/llvm-tblgen.host \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h12 #include "clang/ASTMatchers/ASTMatchFinder.h"
13 #include "clang/Tooling/Refactoring/AtomicChange.h"
14 #include "clang/Tooling/Transformer/RewriteRule.h"
19 namespace clang { namespace
26 std::function<void(Expected<clang::tooling::AtomicChange> Change)>;
50 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h12 #include "clang/AST/CharUnits.h"
77 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::DeclContext *>
79 typedef std::multimap<const clang::DeclContext *, const DWARFDIE>
81 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::Decl *>
83 typedef llvm::DenseMap<const clang::Decl *, DIEPointerSet> DeclToDIEMap;
93 clang::DeclContext *GetDeclContextForBlock(const DWARFDIE &die);
95 clang::BlockDecl *ResolveBlockDIE(const DWARFDIE &die);
97 clang::NamespaceDecl *ResolveNamespaceDIE(const DWARFDIE &die);
110 std::vector<std::unique_ptr<clang::CXXBaseSpecifier>> &base_classes,
118 ParseChildParameters(clang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h14 #include "clang/Basic/Diagnostic.h"
25 typedef std::vector<clang::FixItHint> FixItList;
40 void AddFixitHint(const clang::FixItHint &fixit) {
H A DModuleDependencyCollector.h12 #include "clang/Frontend/Utils.h"
18 : public clang::ModuleDependencyCollector {
22 : clang::ModuleDependencyCollector(""), m_file_collector(file_collector) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp13 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
14 #include "clang/StaticAnalyzer/Core/Checker.h"
16 using namespace clang;
35 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A DMakefile13 CFLAGS.clang+= -fbracket-depth=512
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile.depend1 # $FreeBSD: stable/11/usr.bin/clang/lld/Makefile.depend 305243 2016-09-01 21:03:27Z bdrewery $
10 lib/clang/libllvm \
19 usr.bin/clang/llvm-tblgen.host \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h12 #include "clang/Basic/Diagnostic.h"
13 #include "clang/Basic/DiagnosticAST.h"
15 namespace clang { namespace
34 } // end namespace clang
H A DOperationKinds.h17 namespace clang { namespace
22 #include "clang/AST/OperationKinds.def"
27 #include "clang/AST/OperationKinds.def"
32 #include "clang/AST/OperationKinds.def"
48 } // end namespace clang
H A DQualTypeNames.h63 #include "clang/AST/ASTContext.h"
65 namespace clang { namespace
91 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCodeInjector.h10 /// Defines the clang::CodeInjector interface which is responsible for
19 namespace clang { namespace
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h16 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
39 }} // end: "clang:ento"
H A DObjCNoReturn.h17 #include "clang/Basic/IdentifierTable.h"
19 namespace clang { namespace
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributes.h12 #include "clang/Basic/LangOptions.h"
13 #include "clang/Basic/TargetInfo.h"
15 namespace clang { namespace
40 } // end namespace clang

Completed in 280 milliseconds

1234567891011>>