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

  /external/clang/lib/AST/
DeclTemplate.cpp 264 Common *CommonPtr = new (C) Common;
265 C.AddDeallocation(DeallocateCommon, CommonPtr);
266 return CommonPtr;
274 Common *CommonPtr = getMostRecentDecl()->getCommonPtr();
275 if (CommonPtr->LazySpecializations) {
277 uint32_t *Specs = CommonPtr->LazySpecializations;
278 CommonPtr->LazySpecializations = nullptr;
304 Common *CommonPtr = getCommonPtr();
305 if (!CommonPtr->InjectedArgs) {
306 CommonPtr->InjectedArg
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 622 milliseconds