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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 118 } else if (const LValueReferenceType *Ty = QT->getAs<LValueReferenceType>()) {
DeclCXX.cpp 433 if (const LValueReferenceType *Ref = ArgType->getAs<LValueReferenceType>()) {
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 239 void TypePrinter::printLValueReference(const LValueReferenceType *T,
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 47 QualType VisitLValueReferenceType(const LValueReferenceType *T);
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 46 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
498 struct CanProxyAdaptor<LValueReferenceType>
499 : public CanProxyBase<LValueReferenceType> {
RecursiveASTVisitor.h 816 DEF_TRAVERSE_TYPE(LValueReferenceType, {
    [all...]
Type.h     [all...]
ASTContext.h 93 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes;
    [all...]
TypeLoc.h 1028 LValueReferenceType> {
    [all...]
Expr.h 343 return (isa<LValueReferenceType>(RT)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 99 llvm::DIType CreateType(const LValueReferenceType *Ty, llvm::DIFile F);
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 112 void ASTTypeWriter::VisitLValueReferenceType(const LValueReferenceType *T) {
    [all...]

Completed in 233 milliseconds