Home
last modified time | relevance | path

Searched refs:InsertedID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6658 llvm::FoldingSetNodeID InsertedID; in getAutoTypeInternal() local
6659 AT->Profile(InsertedID, *this); in getAutoTypeInternal()
6660 assert(InsertedID == ID && "ID does not match"); in getAutoTypeInternal()