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 228 Common *CommonPtr = new (C) Common;
229 C.AddDeallocation(DeallocateCommon, CommonPtr);
230 return CommonPtr;
252 Common *CommonPtr = getCommonPtr();
253 if (!CommonPtr->InjectedArgs) {
254 CommonPtr->InjectedArgs
257 CommonPtr->InjectedArgs);
260 return std::make_pair(CommonPtr->InjectedArgs, Params->size());
291 Common *CommonPtr = getCommonPtr();
292 if (CommonPtr->LazySpecializations)
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 371 milliseconds