Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp448 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
595 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
2329 QualType Canonical; in getComplexType() local
2357 QualType Canonical; in getPointerType() local
2379 QualType Canonical = getCanonicalType(New); in getAdjustedType() local
2419 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() local
2447 QualType Canonical; in getBlockPointerType() local
2484 QualType Canonical; in getLValueReferenceType() local
2521 QualType Canonical; in getRValueReferenceType() local
2554 QualType Canonical; in getMemberPointerType() local
[all …]
DStmtProfile.cpp30 bool Canonical; member in __anon5ea2e3350111::StmtProfiler
34 bool Canonical) in StmtProfiler()
DType.cpp535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType()
DDecl.cpp3475 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h106 static HloPrintOptions Canonical() { in Canonical() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp409 DeclT *Start, *Canonical, *Current; member in __anon44b721a50111::MergedRedeclIterator
DASTReader.cpp5419 QualType Canonical = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13520 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); in DefineUsedVTables() local
13658 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
DSemaDecl.cpp7242 Decl *Canonical = Result->getCanonicalDecl(); in DiagnoseInvalidRedeclaration() local
/external/v8/src/regexp/
Djsregexp.cc5125 static unibrow::uchar Canonical( in Canonical() function