Home
last modified time | relevance | path

Searched refs:GenericLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp192 SourceLocation GenericLoc; member in __anon9ddd17eb0111::PseudoOpBuilder
198 GenericLoc(genericLoc), IsUnique(IsUnique) {} in PseudoOpBuilder()
371 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture()
521 GenericLoc); in buildIncDecOperation()
742 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true); in buildGet()
805 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet()
813 GenericLoc, in buildSet()
1399 S.DiagnoseUseOfDecl(AtIndexGetter, GenericLoc); in buildGet()
1401 GenericLoc, in buildGet()
1417 S.DiagnoseUseOfDecl(AtIndexSetter, GenericLoc); in buildSet()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3779 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
3797 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
3805 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
3821 NumAssocs(AssocExprs.size()), ResultIndex(-1U), GenericLoc(GenericLoc), in GenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5020 SourceLocation GenericLoc, DefaultLoc, RParenLoc; variable
5024 SourceLocation GenericLoc, Expr *ControllingExpr,
5033 SourceLocation GenericLoc, Expr *ControllingExpr,
5044 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc()
5094 SourceLocation getBeginLoc() const LLVM_READONLY { return GenericLoc; } in getBeginLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1038 E->GenericLoc = ReadSourceLocation(); in VisitGenericSelectionExpr()