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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 214 Common->LazySpecializations) {
216 assert(!Common->LazySpecializations);
219 ArrayRef<DeclID> LazySpecializations;
220 if (auto *LS = Common->LazySpecializations)
221 LazySpecializations = llvm::makeArrayRef(LS + 1, LS[0]);
239 Record.append(LazySpecializations.begin(), LazySpecializations.end());
ASTReaderDecl.cpp 264 auto *&LazySpecializations = D->getCommonPtr()->LazySpecializations;
266 if (auto &Old = LazySpecializations) {
276 LazySpecializations = Result;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 286 if (CommonBasePtr->LazySpecializations) {
288 uint32_t *Specs = CommonBasePtr->LazySpecializations;
289 CommonBasePtr->LazySpecializations = nullptr;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 833 uint32_t *LazySpecializations = nullptr;

Completed in 24 milliseconds