Searched refs:initializeFullCopy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h158 void initializeFullCopy(TypeLoc Other) const { function in class:clang::TypeLoc
167 void initializeFullCopy(TypeLoc Other, unsigned Size) const { function in class:clang::TypeLoc
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3492 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc());
3562 NamedTL.initializeFullCopy(NNSLoc.getTypeLoc());
3564 ClsTL.initializeFullCopy(NNSLoc.getTypeLoc());
H A DSemaDecl.cpp4333 DstElemTL.initializeFullCopy(SrcElemTL);
H A DSemaExpr.cpp9809 Sig->getTypeLoc().initializeFullCopy(Result, Size);

Completed in 171 milliseconds