Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2416 Ident_abstract = &PP.getIdentifierTable().get("abstract"); in isCXX11VirtSpecifier()
2427 if (II == Ident_abstract) in isCXX11VirtSpecifier()
H A DParser.cpp513 Ident_abstract = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h113 mutable IdentifierInfo *Ident_abstract; variable