HomeSort by relevance Sort by last modified time
    Searched defs:VarID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.cpp 460 unsigned VarID = NumberedVals.size();
466 if (Lex.getUIntVal() != VarID)
468 Twine(VarID) + "'");
918 unsigned VarID = Lex.getUIntVal();
925 ParseFnAttributeValuePairs(NumberedAttrBuilders[VarID], unused, true,
930 if (!NumberedAttrBuilders[VarID].hasAttributes())
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 123 IdentifierInfo *VarID;
189 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc)
193 Capture.VarID = VarID;
318 static InitializedEntity InitializeLambdaCapture(IdentifierInfo *VarID,
321 return InitializedEntity(VarID, FieldType, Loc);
421 return Capture.VarID->getName();
    [all...]

Completed in 141 milliseconds