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

  /external/clang/lib/AST/
TemplateBase.cpp 39 const llvm::APSInt *Val = TemplArg.getAsIntegral();
249 getAsIntegral()->Profile(ID);
278 *getAsIntegral() == *Other.getAsIntegral();
501 return DB << Arg.getAsIntegral()->toString(10);
DumpXML.cpp 329 setInteger("value", *A.getAsIntegral());
StmtProfile.cpp 1164 Arg.getAsIntegral()->Profile(ID);
ASTImporter.cpp 325 return IsSameValue(*Arg1.getAsIntegral(), *Arg2.getAsIntegral());
    [all...]
StmtPrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 173 new (Integer.Value) llvm::APSInt(*Other.getAsIntegral());
190 *this->getAsIntegral() = *Other.getAsIntegral();
197 getAsIntegral()->~APSInt();
202 new (Integer.Value) llvm::APSInt(*Other.getAsIntegral());
221 getAsIntegral()->~APSInt();
289 llvm::APSInt *getAsIntegral() {
295 const llvm::APSInt *getAsIntegral() const {
296 return const_cast<TemplateArgument*>(this)->getAsIntegral();
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 196 hasSameExtendedValue(*X.getAsIntegral(), *Y.getAsIntegral())))
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 757 Out << *Arg.getAsIntegral();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 629 milliseconds