HomeSort by relevance Sort by last modified time
    Searched defs:Specifier (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Basic/
Warnings.cpp 133 // table. It also has the "specifier" form of -Werror=foo and -Werror-foo.
135 StringRef Specifier;
136 if (Opt.size() > 5) { // Specifier must be present.
143 Specifier = Opt.substr(6);
146 if (Specifier.empty()) {
153 // Set the warning as error flag for this specifier.
154 Diags.setDiagnosticGroupWarningAsError(Specifier, isPositive);
155 } else if (DiagIDs->getDiagnosticsInGroup(Flavor, Specifier, _Diags)) {
156 EmitUnknownDiagWarning(Diags, Flavor, "-Werror=", Specifier);
163 StringRef Specifier;
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 237 char Specifier = Tok.front();
240 switch (Specifier) {
295 switch (Specifier) {
349 report_fatal_error("Unexpected trailing characters after mangling specifier in datalayout string");
351 report_fatal_error("Expected mangling specifier in datalayout string");
353 report_fatal_error("Unknown mangling specifier in datalayout string");
375 report_fatal_error("Unknown specifier in datalayout string");
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 56 /// 'namespace' identifier '=' qualified-namespace-specifier ';'
269 // Parse (optional) nested-name-specifier.
422 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt]
425 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt]
444 // Parse (optional) nested-name-specifier.
485 /// 'using' 'typename'[opt] ::[opt] nested-name-specifier
490 /// 'using' identifier attribute-specifier-seq[opt] = type-id ;
508 // FIXME: This is wrong; we should parse this as a typename-specifier.
518 // Parse nested-name-specifier.
525 // Check nested-name specifier
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 200 GUID Specifier;
    [all...]
ks.h 793 GUID Specifier;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 51 /// \brief Represents a C++ nested-name-specifier or a global scope specifier.
75 /// \brief Retrieve the representation of the nested-name-specifier.
80 /// \brief Extend the current nested-name-specifier by another
81 /// nested-name-specifier component of the form 'type::'.
83 /// \param Context The AST context in which this nested-name-specifier
94 /// \brief Extend the current nested-name-specifier by another
95 /// nested-name-specifier component of the form 'identifier::'.
97 /// \param Context The AST context in which this nested-name-specifier
108 /// \brief Extend the current nested-name-specifier by another
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 633 // template has a constexpr specifier then all its declarations shall
634 // contain the constexpr specifier.
    [all...]

Completed in 673 milliseconds