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

  /external/clang/include/clang/AST/
CanonicalType.h 501 struct CanProxyAdaptor<RValueReferenceType>
502 : public CanProxyBase<RValueReferenceType> {
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
ASTContext.h 89 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes;
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 439 const RValueReferenceType *RV = T->getAs<RValueReferenceType>();
ASTDiagnostic.cpp 131 } else if (const RValueReferenceType *Ty = QT->getAs<RValueReferenceType>()) {
    [all...]
TypePrinter.cpp 376 void TypePrinter::printRValueReferenceBefore(const RValueReferenceType *T,
387 void TypePrinter::printRValueReferenceAfter(const RValueReferenceType *T,
    [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 47 QualType VisitRValueReferenceType(const RValueReferenceType *T);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp     [all...]
SemaStmt.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 134 llvm::DIType CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit);
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 136 void ASTTypeWriter::VisitRValueReferenceType(const RValueReferenceType *T) {
    [all...]

Completed in 181 milliseconds