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.cpp2580 Ident_abstract = &PP.getIdentifierTable().get("abstract"); in isCXX11VirtSpecifier()
2591 if (II == Ident_abstract) in isCXX11VirtSpecifier()
H A DParser.cpp514 Ident_abstract = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h117 mutable IdentifierInfo *Ident_abstract; variable