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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp779 Parser::TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, argument
792 BaseLoc = Tok.getLocation();
1500 SourceLocation BaseLoc; local
1501 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
1518 BaseType.get(), BaseLoc, EllipsisLoc);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1039 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
1043 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange;
1050 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange;
1057 if (RequireCompleteType(BaseLoc, BaseType,
1076 Diag(BaseLoc, diag::err_class_marked_final_used_as_base)
1100 ParsedType basetype, SourceLocation BaseLoc,
2247 SourceLocation BaseLoc local
2251 return Diag(BaseLoc, diag::err_base_init_does_not_name_class)
2267 << SourceRange(BaseLoc, InitRange.getEnd());
2273 if (DiagnoseUnexpandedParameterPack(BaseLoc, BaseTInf
1098 ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange, bool Virtual, AccessSpecifier Access, ParsedType basetype, SourceLocation BaseLoc, SourceLocation EllipsisLoc) argument
[all...]
H A DSemaDecl.cpp9250 SourceLocation BaseLoc = bi->getLocStart(); local
9251 Diag(BaseLoc, diag::note_nontrivial_has_virtual) << QT << 1;
9287 SourceLocation BaseLoc = bi->getLocStart(); local
9288 Diag(BaseLoc, diag::note_nontrivial_has_nontrivial) << QT << 1 << member;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5969 SDValue BaseLoc = Base->getOperand(1); local
5971 if (BaseLoc.getOpcode() != ISD::FrameIndex)
5975 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
5983 if (isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
5992 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/external/clang/include/clang/Parse/
H A DParser.h2117 TypeResult ParseBaseTypeSpecifier(SourceLocation &BaseLoc,
/external/clang/include/clang/Sema/
H A DSema.h4123 SourceLocation BaseLoc,

Completed in 902 milliseconds