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

  /external/clang/lib/AST/
TemplateBase.cpp 39 const llvm::APSInt &Val = TemplArg.getAsIntegral();
273 getAsIntegral().Profile(ID);
306 getAsIntegral() == Other.getAsIntegral();
475 return DB << Arg.getAsIntegral().toString(10);
ASTDiagnostic.cpp     [all...]
StmtProfile.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 310 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral());
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 285 llvm::APSInt getAsIntegral() const {
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 205 hasSameExtendedValue(X.getAsIntegral(), Y.getAsIntegral())))
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 762 Out << Arg.getAsIntegral();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 4049 milliseconds