Home
last modified time | relevance | path

Searched defs:Primary (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h25 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 DDeclLookups.h76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local
90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local
H A DASTContext.h966 void setPrimaryMergedDecl(Decl *D, Decl *Primary) { in setPrimaryMergedDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLoopTraversal.cpp39 bool Primary = true; in traverse() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d21 struct FallbackAllocator(Primary, Fallback) in FallbackAllocator() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfallback_allocator.d24 struct FallbackAllocator(Primary, Fallback) in FallbackAllocator() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp153 StringRef Primary = DC->getPrimaryContext() ? " primary" : ""; in dump() local
H A DASTDumper.cpp30 const DeclContext *Primary = DC->getPrimaryContext(); in dumpLookups() local
H A DDeclCXX.cpp870 NamedDecl *Primary = in addedMember() local
H A DDecl.cpp3762 if (FunctionTemplateDecl *Primary = getPrimaryTemplate()) { in getTemplateInstantiationPattern() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp348 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 DClangOptionDocEmitter.cpp213 std::string getRSTStringWithTextFallback(const Record *R, StringRef Primary, in getRSTStringWithTextFallback()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp258 if (uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) { in parse() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp82 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5534 ClassTemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local
5598 TemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary() local
H A DSemaInit.cpp10163 CXXRecordDecl *Primary = in DeduceTemplateSpecializationFromInitializer() local
H A DSemaTemplate.cpp2141 CXXRecordDecl *Primary = Template->getTemplatedDecl(); member
H A DSemaDeclCXX.cpp16921 const FunctionDecl *Primary = FD; in SetDeclDefaulted() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2694 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()