Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h379 tok::NotableIdentifierKind getNotableIdentifierID() const { in getNotableIdentifierID() function
396 assert(getNotableIdentifierID() == ID && "ID too large for field!"); in setNotableIdentifierID()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3738 II->getNotableIdentifierID() != tok::NotableIdentifierKind::not_notable || in IsInterestingIdentifier()
H A DASTReader.cpp1031 II.getNotableIdentifierID() != tok::NotableIdentifierKind::not_notable || in isInterestingIdentifier()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6723 switch (II->getNotableIdentifierID()) { in ActOnTypedefNameDecl()