HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 26 - 50 of 760) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TypeName.h 47 for (StringRef Prefix : {"class ", "struct ", "union ", "enum "})
48 if (Name.startswith(Prefix)) {
49 Name = Name.drop_front(Prefix.size());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TypeName.h 47 for (StringRef Prefix : {"class ", "struct ", "union ", "enum "})
48 if (Name.startswith(Prefix)) {
49 Name = Name.drop_front(Prefix.size());
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 65 /// A prefix to be matched against paths in \#include directives.
66 std::string Prefix;
68 /// True if paths beginning with this prefix should be treated as system
72 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
73 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
193 /// path starting with \p Prefix should be considered as naming a system
195 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
196 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 66 /// A prefix to be matched against paths in \#include directives.
67 std::string Prefix;
69 /// True if paths beginning with this prefix should be treated as system
73 SystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader)
74 : Prefix(Prefix), IsSystemHeader(IsSystemHeader) {}
201 /// path starting with \p Prefix should be considered as naming a system
203 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {
204 SystemHeaderPrefixes.emplace_back(Prefix, IsSystemHeader);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
ValueToString.c 59 CHAR16 Prefix;
85 Prefix = '0';
87 Prefix = ' ';
93 *(TempStr++) = Prefix;
149 CHAR16 Prefix;
188 Prefix = '0';
190 Prefix = ' ';
196 *(TempStr++) = Prefix;
  /external/clang/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.h 31 StringRef Prefix;
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
TextDiagnosticPrinter.h 35 /// A string to prefix to error messages.
36 std::string Prefix;
45 /// setPrefix - Set the diagnostic printer prefix string, which will be
46 /// printed at the start of any diagnostics. If empty, no prefix string is
48 void setPrefix(std::string Value) { Prefix = std::move(Value); }

Completed in 476 milliseconds

12 3 4 5 6 7 8 91011>>