Home
last modified time | relevance | path

Searched refs:NewRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h310 auto *NewRecord = API.createRecord<GlobalVariableRecord>( in VisitVarDecl() local
317 maybeMergeWithAnonymousTag(*Decl, NewRecord); in VisitVarDecl()
1258 RecordContext *NewRecord = nullptr; in VisitFieldDecl() local
1262 NewRecord = API.createRecord<CXXFieldRecord>( in VisitFieldDecl()
1268 NewRecord = API.createRecord<UnionFieldRecord>( in VisitFieldDecl()
1273 NewRecord = API.createRecord<StructFieldRecord>( in VisitFieldDecl()
1281 maybeMergeWithAnonymousTag(*Decl, NewRecord); in VisitFieldDecl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp466 bool NewRecord = false; in recordUniqueNode() local
477 NewRecord = true; in recordUniqueNode()
489 return NewRecord; in recordUniqueNode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4317 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseGlobalIndirectSymbolRecord() local
4318 if (Record.size() < (3 + (unsigned)NewRecord)) in parseGlobalIndirectSymbolRecord()
4327 if (!NewRecord) { in parseGlobalIndirectSymbolRecord()