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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h171 IdentifierInfo *VarID; member in struct:clang::C
235 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) argument
237 Capture.VarID = VarID;
390 /// \p VarID The name of the entity being captured, or nullptr for 'this'.
391 static InitializedEntity InitializeLambdaCapture(IdentifierInfo *VarID, argument
394 return InitializedEntity(VarID, FieldType, Loc);
514 return Capture.VarID ? Capture.VarID->getName() : "this";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h91 lltok::Kind LexVar(lltok::Kind Var, lltok::Kind VarID);
H A DLLLexer.cpp351 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { argument
379 // Handle VarID: [0-9]+
380 return LexUIntID(VarID);
H A DLLParser.cpp569 unsigned VarID = NumberedVals.size(); local
575 if (Lex.getUIntVal() != VarID)
577 Twine(VarID) + "'");
1189 unsigned VarID = Lex.getUIntVal(); local
1196 ParseFnAttributeValuePairs(NumberedAttrBuilders[VarID], unused, true,
1201 if (!NumberedAttrBuilders[VarID].hasAttributes())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp313 std::string VarID = constructDieID(Die, VarPrefix); local
314 FnStats.VarsInFunction.insert(VarID);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3286 return DeclarationName(Capture.VarID);
3401 OS << DeclarationName(Capture.VarID);

Completed in 194 milliseconds