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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h 29 bool Abstract = false;
31 /// Whether non-abstract components of the emitter have been initialized.
43 /// The AST address space where this (non-abstract) initializer is going.
65 /// Is the current emission context abstract?
67 return Abstract;
70 /// Try to emit the initiaizer of the given declaration as an abstract
80 // All of the "abstract" emission methods below permit the emission to
87 // side-effects must not be emitted as an abstract expression
94 /// Try to emit the initializer of the given declaration as an abstract
98 /// Emit the result of the given expression as an abstract constant
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 85 // Returns the first and last non-abstract subrecords
100 bool Abstract = Child.isAbstract();
108 if (Abstract) OS << "ABSTRACT_" << macroHierarchyName() << "(";
110 if (Abstract) OS << ")";
124 // children and this node was abstract, which is not a sensible combination.
126 PrintFatalError(Base.getLoc(), "abstract node has no children");

Completed in 26 milliseconds