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

1 2

  /external/clang/include/clang/AST/
CanonicalType.h 45 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
495 struct CanProxyAdaptor<LValueReferenceType>
496 : public CanProxyBase<LValueReferenceType> {
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
ASTContext.h 88 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes;
    [all...]
Expr.h 394 return (isa<LValueReferenceType>(RT)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 133 llvm::DIType CreateType(const LValueReferenceType *Ty, llvm::DIFile F);
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 128 } else if (const LValueReferenceType *Ty = QT->getAs<LValueReferenceType>()) {
    [all...]
DeclCXX.cpp     [all...]
TypePrinter.cpp 354 void TypePrinter::printLValueReferenceBefore(const LValueReferenceType *T,
365 void TypePrinter::printLValueReferenceAfter(const LValueReferenceType *T,
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp 46 QualType VisitLValueReferenceType(const LValueReferenceType *T);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 534 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
538 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
568 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
572 pointee_type->SetClangType(m_ast, cast<LValueReferenceType>(qual_type)->desugar());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 130 void ASTTypeWriter::VisitLValueReferenceType(const LValueReferenceType *T) {
    [all...]

Completed in 520 milliseconds

1 2