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 502 struct CanProxyAdaptor<RValueReferenceType>
503 : public CanProxyBase<RValueReferenceType> {
RecursiveASTVisitor.h 862 DEF_TRAVERSE_TYPE(RValueReferenceType, {
    [all...]
ASTContext.h 88 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes;
    [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 440 const RValueReferenceType *RV = T->getAs<RValueReferenceType>();
ASTDiagnostic.cpp 124 } else if (const RValueReferenceType *Ty = QT->getAs<RValueReferenceType>()) {
    [all...]
TypePrinter.cpp 374 void TypePrinter::printRValueReferenceBefore(const RValueReferenceType *T,
385 void TypePrinter::printRValueReferenceAfter(const RValueReferenceType *T,
    [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 47 QualType VisitRValueReferenceType(const RValueReferenceType *T);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 124 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...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 786 DEF_TRAVERSE_TYPE(RValueReferenceType, {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 127 void ASTTypeWriter::VisitRValueReferenceType(const RValueReferenceType *T) {
    [all...]

Completed in 2931 milliseconds