HomeSort by relevance Sort by last modified time
    Searched refs:getAsIntegral (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/AST/
TemplateBase.cpp 39 const llvm::APSInt &Val = TemplArg.getAsIntegral();
269 getAsIntegral().Profile(ID);
302 getAsIntegral() == Other.getAsIntegral();
532 return DB << Arg.getAsIntegral().toString(10);
ASTDiagnostic.cpp 897 FromInt = FromIter->getAsIntegral();
904 ToInt = ToIter->getAsIntegral();
    [all...]
DumpXML.cpp 330 setInteger("value", A.getAsIntegral());
StmtProfile.cpp 1181 Arg.getAsIntegral().Profile(ID);
ASTDumper.cpp 618 OS << " integral " << A.getAsIntegral();
    [all...]
MicrosoftMangle.cpp 859 mangleIntegerLiteral(TA.getAsIntegral(),
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 303 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral());
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 272 llvm::APSInt getAsIntegral() const {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 201 hasSameExtendedValue(X.getAsIntegral(), Y.getAsIntegral())))
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 766 Out << Arg.getAsIntegral();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1095 milliseconds