HomeSort by: relevance | last modified time | path
    Searched defs:Definitions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
Macros.h 18 /// Macro definitions are of the form "MACRO(p1, p2)=p1 + p2", but only support
61 /// Takes a set of macro definitions as strings and allows expanding calls to
93 /// Construct a macro expander from a set of macro definitions.
94 /// Macro definitions must be encoded as UTF-8.
135 llvm::StringMap<Definition> Definitions;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 284 /// InstructionEquivalentClass tablegen definitions.
351 /// Used to group together tablegen instruction definitions that are subject
379 std::vector<const Record *> Definitions;
393 void addDefinition(const Record *Def) { Definitions.push_back(Def); }
409 ArrayRef<const Record *> getDefinitions() const { return Definitions; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 497 std::vector<std::unique_ptr<MenuDefinition>> Definitions;
500 Definitions.push_back(std::move(Def));

Completed in 128 milliseconds