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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4521 DeclContext *ParentContext; member in class:clang::final::final
4559 const DeclContext *getParentContext() const { return ParentContext; }
4560 DeclContext *getParentContext() { return ParentContext; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2058 DeclContext *ParentContext)
2061 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) {
2056 SourceLocExpr(const ASTContext &Ctx, IdentKind Kind, SourceLocation BLoc, SourceLocation RParenLoc, DeclContext *ParentContext) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1274 E->ParentContext = readDeclAs<DeclContext>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3235 DeclContext *ParentContext) {
3236 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext);
3232 RebuildSourceLocExpr(SourceLocExpr::IdentKind Kind, SourceLocation BuiltinLoc, SourceLocation RPLoc, DeclContext *ParentContext) argument
H A DSemaExpr.cpp15455 DeclContext *ParentContext) {
15457 SourceLocExpr(Context, Kind, BuiltinLoc, RPLoc, ParentContext);
15452 BuildSourceLocExpr(SourceLocExpr::IdentKind Kind, SourceLocation BuiltinLoc, SourceLocation RPLoc, DeclContext *ParentContext) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5226 DeclContext *ParentContext);

Completed in 216 milliseconds