HomeSort by: relevance | last modified time | path
    Searched refs:AddTaggedVal (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 1179 void AddTaggedVal(intptr_t V, DiagnosticsEngine::ArgumentKind Kind) const {
1391 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str),
1398 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
1408 DB.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
1414 DB.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
1420 DB.AddTaggedVal(static_cast<unsigned>(I), DiagnosticsEngine::ak_tokenkind);
1426 DB.AddTaggedVal(reinterpret_cast<intptr_t>(II),
1440 DB.AddTaggedVal(reinterpret_cast<intptr_t>(DC),
PartialDiagnostic.h 101 AddTaggedVal(Other.getRawArg(I), Other.getArgKind(I));
157 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i],
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h 524 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
Attr.h 373 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At),
DeclarationName.h 880 PD.AddTaggedVal(N.getAsOpaqueInteger(),
Type.h 7129 PD.AddTaggedVal(static_cast<std::underlying_type_t<LangAS>>(AS),
7138 PD.AddTaggedVal(Q.getAsOpaqueValue(),
7147 PD.AddTaggedVal(reinterpret_cast<intptr_t>(T.getAsOpaquePtr()),
Decl.h 4553 PD.AddTaggedVal(reinterpret_cast<intptr_t>(ND),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 1121 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At.getAttrName()),
1128 DB.AddTaggedVal(reinterpret_cast<intptr_t>(At->getAttrName()),
1143 DB.AddTaggedVal(reinterpret_cast<intptr_t>(CI.getAttrName()),
1153 DB.AddTaggedVal(reinterpret_cast<intptr_t>(CI->getAttrName()),

Completed in 25 milliseconds