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

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 503 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
506 if (Instantiation->is<DeclArgumentPack *>()) {
508 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
593 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
596 if (Instantiation->is<DeclArgumentPack *>())
597 return Instantiation->get<DeclArgumentPack *>()->size();
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 230 /// InstantiationInfo - Each InstantiationInfo encodes the Instantiation
240 /// indicate the start and end of the instantiation. In object-like macros,
241 /// these will be the same. In a function-like macro instantiation, the
272 /// ILEnd specify the instantiation range (where the macro is expanded),
275 /// instantiation locations.
288 /// specifies the instantiation location (where the macro is expanded).
293 /// SLocs or instantiation locations.
307 // instantiation range to mark that this is a macro argument instantation
317 unsigned Offset; // low bit is set for instantiation info.
320 InstantiationInfo Instantiation;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 60 /// instantiation.
65 /// The macro instantiation with substitutions.
66 MemoryBuffer *Instantiation;
68 /// The location of the instantiation.
71 /// The location where parsing should resume upon instantiation completion.
369 assert(ActiveMacros.empty() && "Unexpected active macro instantiation!");
381 // Print the active macro instantiation stack.
384 PrintMessage((*it)->InstantiationLoc, "while in macro instantiation",
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 516 milliseconds