Searched refs:clang (Results 376 - 400 of 1619) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangTypeNodesEmitter.cpp60 using namespace clang;
61 using namespace clang::tblgen;
206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h16 #include "clang/Basic/FixedPoint.h"
17 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
87 template<> struct PointerLikeTypeTraits<clang::TypeInfoLValue> {
88 static void *getAsVoidPointer(clang::TypeInfoLValue V) {
91 static clang::TypeInfoLValue getFromVoidPointer(void *P) {
92 return clang::TypeInfoLValue::getFromOpaqueValue(P);
99 template<> struct PointerLikeTypeTraits<clang::DynamicAllocLValue> {
100 static void *getAsVoidPointer(clang::DynamicAllocLValue V) {
103 static clang
111 namespace clang { namespace
[all...]
H A DASTImporterLookupTable.h17 #include "clang/AST/DeclBase.h" // lookup_result
18 #include "clang/AST/DeclarationName.h"
22 namespace clang { namespace
72 } // namespace clang
H A DCurrentSourceLocExprScope.h20 namespace clang { namespace
73 } // end namespace clang
H A DDataCollection.h29 #include "clang/AST/ASTContext.h"
31 namespace clang { namespace
62 } // end namespace clang
H A DDeclAccessPair.h20 #include "clang/Basic/Specifiers.h"
23 namespace clang { namespace
H A DLocInfoType.h16 #include "clang/AST/Type.h"
18 namespace clang { namespace
58 } // end namespace clang
H A DParentMap.h16 namespace clang { namespace
65 } // end clang namespace
H A DSelectorLocationsKind.h17 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
80 } // end namespace clang
H A DTypeLocVisitor.h15 #include "clang/AST/TypeLoc.h"
16 #include "clang/AST/TypeVisitor.h"
19 namespace clang { namespace
33 #include "clang/AST/TypeLocNodes.def"
43 #include "clang/AST/TypeLocNodes.def"
52 #include "clang/AST/TypeLocNodes.def"
59 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp13 #include "clang/Basic/OpenMPKinds.h"
14 #include "clang/Basic/IdentifierTable.h"
20 using namespace clang;
24 clang::getOpenMPContextSelectorSet(llvm::StringRef Str) {
27 #include "clang/Basic/OpenMPKinds.def"
32 clang::getOpenMPContextSelectorSetName(OpenMPContextSelectorSetKind Kind) {
39 #include "clang/Basic/OpenMPKinds.def"
45 OpenMPContextSelectorKind clang::getOpenMPContextSelector(llvm::StringRef Str) {
48 #include "clang/Basic/OpenMPKinds.def"
53 clang
[all...]
/freebsd-11-stable/lib/libblacklist/
H A DMakefile12 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.h41 #if defined(clang) && __has_builtin(__builtin_readcyclecounter)
43 #else /* !clang */
56 #endif /* !clang */
/freebsd-11-stable/tools/tools/ath/athstats/
H A DMakefile26 CFLAGS.clang+= -fbracket-depth=512
/freebsd-11-stable/stand/sparc64/boot1/
H A DMakefile13 CFLAGS.clang+=-mcmodel=small
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h12 #include "clang/Basic/PartialDiagnostic.h"
15 namespace clang { namespace
24 void log(raw_ostream &OS) const override { OS << "clang diagnostic"; }
58 } // end namespace clang
H A DExceptionSpecificationType.h17 namespace clang { namespace
66 } // end namespace clang
H A DSanitizerBlacklist.h16 #include "clang/Basic/LLVM.h"
17 #include "clang/Basic/SanitizerSpecialCaseList.h"
18 #include "clang/Basic/Sanitizers.h"
19 #include "clang/Basic/SourceLocation.h"
20 #include "clang/Basic/SourceManager.h"
24 namespace clang { namespace
44 } // end namespace clang
H A DXRayLists.h15 #include "clang/Basic/LLVM.h"
16 #include "clang/Basic/SourceLocation.h"
17 #include "clang/Basic/SourceManager.h"
23 namespace clang { namespace
53 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h11 #include "clang/Basic/XRayInstr.h"
12 #include "clang/Driver/Types.h"
16 namespace clang { namespace
46 } // namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h15 namespace clang { namespace
72 } // end namespace clang
H A DTextDiagnosticPrinter.h17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
55 } // end namespace clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h16 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
46 } // end clang namespace
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h18 namespace clang { namespace
100 }} // end namespace clang::sema
H A DSemaFixItUtils.h15 #include "clang/AST/Expr.h"
17 namespace clang { namespace
89 } // endof namespace clang

Completed in 207 milliseconds

<<11121314151617181920>>