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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp853 Parser::TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, argument
866 BaseLoc = Tok.getLocation();
1733 SourceLocation BaseLoc; local
1734 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1751 Access, BaseType.get(), BaseLoc,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6199 SDValue BaseLoc = Base->getOperand(1); local
6201 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6205 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6213 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6223 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1286 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc(); local
1296 Diag(BaseLoc, diag::err_circular_inheritance)
1314 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange;
1321 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange;
1328 if (RequireCompleteType(BaseLoc, BaseType,
1346 Diag(BaseLoc, diag::err_class_marked_final_used_as_base)
1371 ParsedType basetype, SourceLocation BaseLoc,
2676 SourceLocation BaseLoc local
2680 return Diag(BaseLoc, diag::err_base_init_does_not_name_class)
2696 << SourceRange(BaseLoc, InitRang
1368 ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange, ParsedAttributes &Attributes, bool Virtual, AccessSpecifier Access, ParsedType basetype, SourceLocation BaseLoc, SourceLocation EllipsisLoc) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6879 SDValue BaseLoc = Base->getBasePtr(); local
6881 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6885 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6893 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6903 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);

Completed in 261 milliseconds