Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp169 if (isDeclPtr(Ptr)) { in AddDecl()
192 if (isDeclPtr(Ptr)) { in InsertDeclAfter()
230 if (isDeclPtr(Ptr)) { in RemoveDecl()
251 if (isDeclPtr(Ptr)) in begin()
329 if (isDeclPtr(Ptr)) { in tryAddTopLevelDecl()
432 assert(!isDeclPtr(InfoPtr) && "Decl with wrong id ?"); in incrementSlowCase()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h194 static inline bool isDeclPtr(void *Ptr) { in isDeclPtr() function