Searched defs:CompPtr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp10182 OffsetOfComponent *CompPtr,
10209 << SourceRange(CompPtr[1].LocStart, CompPtr[NumComponents-1].LocEnd);
10217 const OffsetOfComponent &OC = CompPtr[i];
10285 << SourceRange(CompPtr[0].LocStart, OC.LocEnd)
10358 OffsetOfComponent *CompPtr,
10370 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, CompPtr, NumComponents,
10180 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
10354 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument

Completed in 62 milliseconds