/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 25 DiagnosticConsumer *Primary; variable 29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer() 35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclLookups.h | 76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local 90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
|
H A D | ASTContext.h | 966 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { in setPrimaryMergedDecl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LoopTraversal.cpp | 39 bool Primary = true; in traverse() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | fallback_allocator.d | 21 struct FallbackAllocator(Primary, Fallback) in FallbackAllocator() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | fallback_allocator.d | 24 struct FallbackAllocator(Primary, Fallback) in FallbackAllocator() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporterLookupTable.cpp | 153 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; in dump() local
|
H A D | ASTDumper.cpp | 30 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
|
H A D | DeclCXX.cpp | 870 NamedDecl *Primary = in addedMember() local
|
H A D | Decl.cpp | 3762 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { in getTemplateInstantiationPattern() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 348 void SymbolManager::addSymbolDependency(const SymbolRef Primary, in addSymbolDependency() 358 const SymbolRef Primary) { in getDependentSymbols()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 213 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 258 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 82 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5534 ClassTemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local 5598 TemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local
|
H A D | SemaInit.cpp | 10163 CXXRecordDecl *Primary = in DeduceTemplateSpecializationFromInitializer() local
|
H A D | SemaTemplate.cpp | 2141 CXXRecordDecl *Primary = Template->getTemplatedDecl(); member
|
H A D | SemaDeclCXX.cpp | 16921 const FunctionDecl *Primary = FD; in SetDeclDefaulted() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2694 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
|