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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 6431 /// is uninstantiated. If instantiated it will apply the appropriate address
8424 // If this definition was instantiated from a template, map back to the
8425 // pattern from which it was instantiated.
8463 assert(D && "missing definition for pattern of instantiated definition");
8626 bool Instantiated = false;
8630 // an instantiated class template specialization).
8640 Instantiated = true;
8647 // This record was instantiated from a class within a template.
8656 Instantiated = true;
8661 if (Instantiated) {
    [all...]

Completed in 20 milliseconds