HomeSort by relevance Sort by last modified time
    Searched refs:Primary (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /external/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-dump-1.d 7 Primary GOT:
got-dump-2.d 7 Primary GOT:
  /device/linaro/hikey/
BoardConfigCommon.mk 0 # Primary Arch
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 59 // | THIS # Primary
60 | literal # Primary
61 | VoidLiteral # Primary
62 | identifier # Primary
63 | classExtraction # Primary
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DomainMatcher.java 14 public enum Match {None, Primary, Secondary}
67 public DomainMatcher(List<String> primary, List<List<String>> secondary) {
72 // Primary overwrites secondary.
73 mRoot.addDomain(primary.iterator(), Match.Primary);
81 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 78 // Add stack of primary stack to StackBase
87 // Set Primary Stack ((StackBase + PrimaryStackSize) + (SecondaryCoresCount * SecondaryCoreStackSize))
109 // Get Primary Core Position
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft

Completed in 693 milliseconds

1 2 3 4