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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Linkage.h 150 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
Decl.cpp 337 LV.merge(getLVForDecl(ND, computation));
349 LV.merge(getLVForDecl(Template, computation));
661 return getLVForDecl(PrevVar, computation);
863 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()),
961 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation);
1121 .getLVForDecl(this, LVComputationKind::forLinkageOnly())
1237 : getLVForDecl(Owner, computation);
1286 LinkageInfo PrevLV = getLVForDecl(Prev, computation);
1323 LV = getLVForDecl(FD, computation);
1332 LV = getLVForDecl(MD->getParent(), computation)
    [all...]
APValue.cpp 1092 if (VD && MergeLV(getLVForDecl(VD, computation)))
1107 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation)))
1121 MergeLV(getLVForDecl(D, computation));

Completed in 39 milliseconds