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

1 2

  /external/clang/include/clang/AST/
CanonicalType.h 428 struct CanProxyAdaptor<RValueReferenceType>
429 : public CanProxyBase<RValueReferenceType> {
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
ASTContext.h 100 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes;
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 450 const RValueReferenceType *RV = T->getAs<RValueReferenceType>();
TypePrinter.cpp 380 void TypePrinter::printRValueReferenceBefore(const RValueReferenceType *T,
391 void TypePrinter::printRValueReferenceAfter(const RValueReferenceType *T,
    [all...]
ASTDiagnostic.cpp 187 } else if (const RValueReferenceType *Ty = QT->getAs<RValueReferenceType>()) {
    [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 47 QualType VisitRValueReferenceType(const RValueReferenceType *T);
    [all...]
ItaniumMangle.cpp     [all...]
Type.cpp 729 QualType VisitRValueReferenceType(const RValueReferenceType *T) {
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 657 if (const RValueReferenceType *RT = T->getAs<RValueReferenceType>()) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 168 llvm::DIType *CreateType(const RValueReferenceType *Ty, llvm::DIFile *Unit);
CGDebugInfo.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/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 247 milliseconds

1 2