OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VarID
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h
174
IdentifierInfo *
VarID
;
240
InitializedEntity(IdentifierInfo *
VarID
, QualType FieldType, SourceLocation Loc)
243
Capture.
VarID
=
VarID
;
405
/// \p
VarID
The name of the entity being captured, or nullptr for 'this'.
406
static InitializedEntity InitializeLambdaCapture(IdentifierInfo *
VarID
,
409
return InitializedEntity(
VarID
, FieldType, Loc);
533
return Capture.
VarID
? Capture.
VarID
->getName() : "this";
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLLexer.h
91
lltok::Kind LexVar(lltok::Kind Var, lltok::Kind
VarID
);
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp
351
lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind
VarID
) {
379
// Handle
VarID
: [0-9]+
380
return LexUIntID(
VarID
);
LLParser.cpp
610
unsigned
VarID
= NumberedVals.size();
616
if (Lex.getUIntVal() !=
VarID
)
618
"variable expected to be numbered '%" + Twine(
VarID
) + "'");
1254
unsigned
VarID
= Lex.getUIntVal();
1261
parseFnAttributeValuePairs(NumberedAttrBuilders[
VarID
], unused, true,
1266
if (!NumberedAttrBuilders[
VarID
].hasAttributes())
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp
374
std::string
VarID
= constructDieID(Die, VarPrefix);
375
FnStats.VarsInFunction.insert(
VarID
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
3317
return DeclarationName(Capture.
VarID
);
3435
OS << DeclarationName(Capture.
VarID
);
Completed in 78 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026