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 438 unsigned VarID = NumberedVals.size();
444 if (Lex.getUIntVal() != VarID)
446 Twine(VarID) + "'");
899 unsigned VarID = Lex.getUIntVal();
906 ParseFnAttributeValuePairs(NumberedAttrBuilders[VarID], unused, true,
911 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 40 milliseconds