HomeSort by: relevance | last modified time | path
    Searched refs:AttrLoc (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 171 SourceLocation AttrLoc;
181 SourceLocation AttrLoc;
ubsan_handlers.cc 597 if (!Data->AttrLoc.isInvalid())
598 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
643 if (!Data->AttrLoc.isInvalid())
644 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
AttributeCommonInfo.h 80 AttributeCommonInfo(SourceLocation AttrLoc)
81 : AttrRange(AttrLoc), ScopeLoc(), AttrKind(0), SyntaxUsed(0),
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h 180 SourceLocation AttrLoc;
190 SourceLocation AttrLoc;
ubsan_handlers.cpp 690 if (!Data->AttrLoc.isInvalid())
691 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
737 if (!Data->AttrLoc.isInvalid())
738 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 180 SourceLocation AttrLoc;
190 SourceLocation AttrLoc;
ubsan_handlers.cpp 690 if (!Data->AttrLoc.isInvalid())
691 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
737 if (!Data->AttrLoc.isInvalid())
738 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here")
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp 416 SourceLocation AttrLoc;
430 AttrLoc = tok.getLocation();
435 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
440 if (AttrLoc.isInvalid())
445 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
451 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
453 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 153 SourceLocation AttrLoc;
158 AttrLoc = isGetter ?
165 if (AttrLoc.isValid()) {
166 MethodLoc = AttrLoc;
170 } else if (AttrLoc.isValid()) {
171 IndexCtx.handleReference(D, AttrLoc, cast<NamedDecl>(D->getDeclContext()),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 2543 SourceLocation AttrLoc) {
2550 Diag(AttrLoc, diag::err_attribute_invalid_vector_type) << CurType;
2555 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,
2560 Diag(AttrLoc, diag::err_attribute_argument_type)
2567 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc,
2573 Diag(AttrLoc, diag::err_attribute_size_too_large)
2581 Diag(AttrLoc, diag::err_attribute_zero_size)
2587 Diag(AttrLoc, diag::err_attribute_invalid_size)
2593 Diag(AttrLoc, diag::err_attribute_size_too_large)
2606 SourceLocation AttrLoc) {
    [all...]
SemaDeclAttr.cpp 1586 SourceLocation AttrLoc = TmpAttr.getLocation();
1589 Diag(AttrLoc, diag::warn_attribute_return_pointers_refs_only)
1598 Diag(AttrLoc, diag::err_attribute_argument_n_type)
1602 Diag(AttrLoc, diag::err_attribute_argument_type)
1609 Diag(AttrLoc, diag::err_alignment_not_power_of_two)
1620 Diag(AttrLoc, diag::err_attribute_argument_n_type)
1634 SourceLocation AttrLoc = CI.getLoc();
1638 Diag(AttrLoc, diag::warn_attribute_return_pointers_refs_only)
3817 SourceLocation AttrLoc = CI.getLoc();
3829 Diag(AttrLoc, diag::warn_attribute_pointer_or_reference_only
    [all...]
SemaDeclCXX.cpp 5946 SourceLocation AttrLoc)
5950 Ctx.PointOfInstantiation = AttrLoc;
TreeTransform.h 1313 StmtResult RebuildAttributedStmt(SourceLocation AttrLoc,
1316 return SemaRef.BuildAttributedStmt(AttrLoc, Attrs, SubStmt);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1678 SourceLocation AttrLoc;
1691 return getLocalData()->AttrLoc;
1694 getLocalData()->AttrLoc = loc;
1828 SourceLocation AttrLoc;
1840 SourceLocation getAttrNameLoc() const { return getLocalData()->AttrLoc; }
1841 void setAttrNameLoc(SourceLocation loc) { getLocalData()->AttrLoc = loc; }
ASTContext.h 1398 SourceLocation AttrLoc,
1414 SourceLocation AttrLoc) const;
1428 SourceLocation AttrLoc) const;
1432 SourceLocation AttrLoc) const;
Stmt.h 154 SourceLocation AttrLoc;
1857 AttributedStmtBits.AttrLoc = Loc;
1864 AttributedStmtBits.AttrLoc = SourceLocation{};
1880 SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 77 SourceLocation attrLoc;
83 attrLoc = Tok.getLocation();
112 if (!ExtraNSs.empty() && attrLoc.isValid())
113 Diag(attrLoc, diag::err_unexpected_nested_namespace_attribute);
117 attrLoc = Tok.getLocation();
128 if (attrLoc.isValid())
129 Diag(attrLoc, diag::err_unexpected_namespace_attributes_alias);
4232 SourceLocation ScopeLoc, AttrLoc;
4235 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
4243 ScopeLoc = AttrLoc;
    [all...]
ParseDecl.cpp 435 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
441 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3940 SourceLocation AttrLoc,
3952 *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind);
3957 *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind);
3969 *this, VecType, CanonTy, SizeExpr, AttrLoc, VecKind);
4011 SourceLocation AttrLoc) const {
4025 SizeExpr, AttrLoc);
4031 AttrLoc);
4042 *this, vecType, CanonExtTy, SizeExpr, AttrLoc);
4085 SourceLocation AttrLoc) const {
4097 *this, CanonElementTy, QualType(), RowExpr, ColumnExpr, AttrLoc);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 3603 SourceLocation AttrLoc;
3609 AttrLoc = RetNNAttr->getLocation();
3616 AttrLoc = FTL.getReturnLoc().findNullabilityLoc();
3637 llvm::Constant *StaticData[] = {EmitCheckSourceLocation(AttrLoc)};
3999 SourceLocation AttrLoc;
4003 AttrLoc = NNAttr->getLocation();
4007 AttrLoc = PVD->getTypeSourceInfo()->getTypeLoc().findNullabilityLoc();
4015 EmitCheckSourceLocation(ArgLoc), EmitCheckSourceLocation(AttrLoc),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1914 QualType BuildVectorType(QualType T, Expr *VecSize, SourceLocation AttrLoc);
1916 SourceLocation AttrLoc);
1918 SourceLocation AttrLoc);
1921 SourceLocation AttrLoc);
1925 SourceLocation AttrLoc);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 210 S->AttributedStmtBits.AttrLoc = readSourceLocation();

Completed in 184 milliseconds