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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2907 SMLoc BaseLoc = getLexer().getLoc(); local
2914 check(!isa<X86MCExpr>(E), BaseLoc, "expected register here"))
2920 return Error(BaseLoc, "eiz and riz can only be used as index registers",
2921 SMRange(BaseLoc, EndLoc));
2986 Operands.push_back(X86Operand::CreateDXReg(BaseLoc, BaseLoc));
2992 return Error(BaseLoc, ErrMsg);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1139 TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, argument
1155 BaseLoc = Tok.getLocation();
2151 SourceLocation BaseLoc; local
2152 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation);
2168 Access, BaseType.get(), BaseLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2490 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
2500 Diag(BaseLoc, diag::err_circular_inheritance)
2526 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange;
2533 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange;
2543 BaseLoc);
2551 if (RequireCompleteType(BaseLoc, BaseType,
2585 Diag(BaseLoc, diag::err_base_class_has_flexible_array_member)
2594 Diag(BaseLoc, diag::err_class_marked_final_used_as_base)
2620 ParsedType basetype, SourceLocation BaseLoc,
4464 SourceLocation BaseLoc
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3112 TypeResult ParseBaseTypeSpecifier(SourceLocation &BaseLoc,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12737 SDValue BaseLoc = Base->getBasePtr();
12739 if (BaseLoc.getOpcode() != ISD::FrameIndex)
12743 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
12750 SDValue Base1 = Loc, Base2 = BaseLoc;
12753 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG);
12763 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7071 SourceLocation BaseLoc);
7171 SourceLocation BaseLoc,

Completed in 471 milliseconds