HomeSort by relevance Sort by last modified time
    Searched refs:getPartialSpecializations (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/AST/
DeclTemplate.cpp 365 ClassTemplateDecl::getPartialSpecializations() {
391 return findSpecializationImpl(getPartialSpecializations(), Args, InsertPos);
398 getPartialSpecializations().InsertNode(D, InsertPos);
401 = getPartialSpecializations().GetOrInsertNode(D);
410 void ClassTemplateDecl::getPartialSpecializations(
413 = getPartialSpecializations();
424 getPartialSpecializations()) {
436 for (ClassTemplatePartialSpecializationDecl &P : getPartialSpecializations()) {
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclTemplate.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 186 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) {
189 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) {
219 for (auto &Entry : getPartialSpecializations(Common))
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]

Completed in 148 milliseconds