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

  /external/clang/lib/Serialization/
ASTCommon.cpp 335 return !FD->getDescribedFunctionTemplate();
ASTWriterDecl.cpp 539 Record.AddDeclRef(D->getDescribedFunctionTemplate());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaTemplateInstantiate.cpp 151 = Function->getDescribedFunctionTemplate()) {
720 if (auto *NewTD = NewMD->getDescribedFunctionTemplate())
722 OldMD->getDescribedFunctionTemplate());
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaAccess.cpp 522 FTD = (*I)->getDescribedFunctionTemplate();
    [all...]