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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp792 Parser::TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, argument
805 BaseLoc = Tok.getLocation();
1562 SourceLocation BaseLoc; local
1563 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1580 BaseType.get(), BaseLoc, EllipsisLoc);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6057 SDValue BaseLoc = Base->getOperand(1); local
6059 if (BaseLoc.getOpcode() != ISD::FrameIndex)
6063 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
6071 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
6080 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/external/clang/lib/Sema/
H A DSemaDecl.cpp9650 SourceLocation BaseLoc = bi->getLocStart(); local
9651 Diag(BaseLoc, diag::note_nontrivial_has_virtual) << QT << 1;
9687 SourceLocation BaseLoc = bi->getLocStart(); local
9688 Diag(BaseLoc, diag::note_nontrivial_has_nontrivial) << QT << 1 << member;
H A DSemaDeclCXX.cpp1053 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
1057 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange;
1064 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange;
1071 if (RequireCompleteType(BaseLoc, BaseType,
1089 Diag(BaseLoc, diag::err_class_marked_final_used_as_base)
1113 ParsedType basetype, SourceLocation BaseLoc,
2332 SourceLocation BaseLoc local
2336 return Diag(BaseLoc, diag::err_base_init_does_not_name_class)
2352 << SourceRange(BaseLoc, InitRange.getEnd());
2358 if (DiagnoseUnexpandedParameterPack(BaseLoc, BaseTInf
1111 ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange, bool Virtual, AccessSpecifier Access, ParsedType basetype, SourceLocation BaseLoc, SourceLocation EllipsisLoc) argument
[all...]

Completed in 154 milliseconds