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 243 Common *CommonPtr = new (C) Common;
244 C.AddDeallocation(DeallocateCommon, CommonPtr);
245 return CommonPtr;
267 Common *CommonPtr = getCommonPtr();
268 if (!CommonPtr->InjectedArgs) {
269 CommonPtr->InjectedArgs
272 CommonPtr->InjectedArgs);
275 return std::make_pair(CommonPtr->InjectedArgs, Params->size());
306 Common *CommonPtr = getCommonPtr();
307 if (CommonPtr->LazySpecializations)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 2067 milliseconds