Home
last modified time | relevance | path

Searched refs:ParentContext (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMustache.cpp137 ParentContext(nullptr) {} in ASTNode()
144 ParentContext(nullptr) {} in ASTNode()
152 AccessorValue(std::move(Accessor)), ParentContext(nullptr) {} in ASTNode()
188 const llvm::json::Value *ParentContext; member in llvm::mustache::ASTNode
572 ParentContext = &CurrentCtx; in render()
573 const json::Value *ContextPtr = Ty == Root ? ParentContext : findContext(); in render()
649 return ParentContext; in findContext()
651 const json::Object *CurrentContext = ParentContext->getAsObject(); in findContext()
657 CurrentContext = CurrentParent->ParentContext->getAsObject(); in findContext()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h313 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey()
315 : ContextTableKey(ParentContext ? std::make_optional(ParentContext->id) in ContextTableKey()
H A DAPINotesYAMLCompiler.cpp966 void convertTagContext(std::optional<Context> ParentContext, const Tag &T, in convertTagContext() argument
970 ParentContext ? std::optional<ContextID>(ParentContext->id) in convertTagContext()
1038 Writer.addTag(ParentContext, T.Name, TI, SwiftVersion); in convertTagContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h41 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() function
70 ContextTrieNode *ParentContext; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp140 return ParentContext; in getParentContext()
144 ParentContext = Parent; in setParentContext()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1512 if (auto *ParentContext = in createRecord() local
1514 ParentContext->addToRecordChain(Record); in createRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2251 DeclContext *ParentContext) in SourceLocExpr() argument
2253 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr()
2256 setDependence(MayBeDependent(Kind) && ParentContext->isDependentContext() in SourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4947 DeclContext *ParentContext; variable
4986 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext()
4987 DeclContext *getParentContext() { return ParentContext; } in getParentContext()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1331 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3704 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument
3706 ParentContext); in RebuildSourceLocExpr()
H A DSemaExpr.cpp16933 DeclContext *ParentContext) { in BuildSourceLocExpr() argument
16935 SourceLocExpr(Context, Kind, ResultTy, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7542 DeclContext *ParentContext);