Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp523 Ident_Bool = nullptr; in Initialize()
528 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
H A DParseDecl.cpp7997 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecVectorTokenOutOfLine()
8033 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecTokenOutOfLine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h123 IdentifierInfo *Ident_Bool; variable
939 Tok.getIdentifierInfo() != Ident_Bool && in TryAltiVecToken()