Home
last modified time | relevance | path

Searched defs:Canonical (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp447 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
594 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
2320 QualType Canonical; in getComplexType() local
2348 QualType Canonical; in getPointerType() local
2370 QualType Canonical = getCanonicalType(New); in getAdjustedType() local
2410 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() local
2438 QualType Canonical; in getBlockPointerType() local
2475 QualType Canonical; in getLValueReferenceType() local
2512 QualType Canonical; in getRValueReferenceType() local
2545 QualType Canonical; in getMemberPointerType() local
[all …]
DStmtProfile.cpp30 bool Canonical; member in __anonf72826f80111::StmtProfiler
34 bool Canonical) in StmtProfiler()
DType.cpp535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType()
DDecl.cpp3364 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp382 DeclT *Start, *Canonical, *Current; member in __anon219d21e80111::MergedRedeclIterator
DASTReader.cpp5386 QualType Canonical = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13298 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); in DefineUsedVTables() local
13436 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
DSemaDecl.cpp6963 Decl *Canonical = Result->getCanonicalDecl(); in DiagnoseInvalidRedeclaration() local
/external/v8/src/regexp/
Djsregexp.cc4841 static unibrow::uchar Canonical( in Canonical() function