Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp506 Ident_Bool = nullptr; in Initialize()
511 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
H A DParseDecl.cpp7348 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecVectorTokenOutOfLine()
7384 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecTokenOutOfLine()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h126 IdentifierInfo *Ident_Bool; variable
884 Tok.getIdentifierInfo() != Ident_Bool && in TryAltiVecToken()