Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp160 if (isDeclPtr(Ptr)) { in AddDecl()
183 if (isDeclPtr(Ptr)) { in InsertDeclAfter()
221 if (isDeclPtr(Ptr)) { in RemoveDecl()
239 if (isDeclPtr(Ptr)) in begin()
317 if (isDeclPtr(Ptr)) { in tryAddTopLevelDecl()
420 assert(!isDeclPtr(InfoPtr) && "Decl with wrong id ?"); in incrementSlowCase()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DIdentifierResolver.h190 static inline bool isDeclPtr(void *Ptr) { in isDeclPtr() function