Searched refs:BaseLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp863 Parser::TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, argument
876 BaseLoc = Tok.getLocation();
1747 SourceLocation BaseLoc; local
1748 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1765 Access, BaseType.get(), BaseLoc,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp1317 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc(); local
1327 Diag(BaseLoc, diag::err_circular_inheritance)
1345 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange;
1352 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange;
1359 if (RequireCompleteType(BaseLoc, BaseType,
1380 Diag(BaseLoc, diag::err_base_class_has_flexible_array_member)
1389 Diag(BaseLoc, diag::err_class_marked_final_used_as_base)
1415 ParsedType basetype, SourceLocation BaseLoc,
2829 SourceLocation BaseLoc local
2833 return Diag(BaseLoc, dia
1412 ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange, ParsedAttributes &Attributes, bool Virtual, AccessSpecifier Access, ParsedType basetype, SourceLocation BaseLoc, SourceLocation EllipsisLoc) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2167 TypeResult ParseBaseTypeSpecifier(SourceLocation &BaseLoc,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6347 SDValue BaseLoc = Base->getOperand(1); local
6349 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6353 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6361 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6371 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6883 SDValue BaseLoc = Base->getBasePtr(); local
6885 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6889 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6897 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6907 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4864 SourceLocation BaseLoc,

Completed in 182 milliseconds