Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp524 Ident_Bool = nullptr; in Initialize()
529 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
H A DParseDecl.cpp8449 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecVectorTokenOutOfLine()
8485 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecTokenOutOfLine()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h127 IdentifierInfo *Ident_Bool; variable
973 Tok.getIdentifierInfo() != Ident_Bool && in TryAltiVecToken()