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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 553 /// been instantiated yet.
728 // Late parsed attributes must be instantiated and attached after the
729 // enclosing class has been instantiated. See Sema::InstantiateClass.
789 llvm_unreachable("Translation units cannot be instantiated");
794 llvm_unreachable("pragma comment cannot be instantiated");
799 llvm_unreachable("pragma comment cannot be instantiated");
804 llvm_unreachable("extern \"C\" context cannot be instantiated");
808 llvm_unreachable("GUID declaration cannot be instantiated");
813 llvm_unreachable("template parameter objects cannot be instantiated");
826 llvm_unreachable("Namespaces cannot be instantiated");
    [all...]
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 22 milliseconds