OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentRecord
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
836
->Fold(R.
getCurrentRecord
(), R.isFinal());
1148
->Fold(R.
getCurrentRecord
());
1452
->Fold(R.
getCurrentRecord
());
1530
->Fold(R.
getCurrentRecord
());
1943
return FieldInit::get(NewRec, FieldName)->Fold(R.
getCurrentRecord
());
2037
getValType()))->Fold(R.
getCurrentRecord
());
2787
if (RecordVal *RV =
getCurrentRecord
()->getValue(VarName)) {
2794
} else if (Name && VarName ==
getCurrentRecord
()->getNameInit()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
2008
Record *
getCurrentRecord
() const { return CurRec; }
2076
: Resolver(R.
getCurrentRecord
()), R(R) {
2097
: Resolver(R ? R->
getCurrentRecord
() : nullptr), R(R) {}
Completed in 18 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026