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.cpp527 Ident_Bool = nullptr; in Initialize()
532 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
H A DParseDecl.cpp8041 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecVectorTokenOutOfLine()
8077 Next.getIdentifierInfo() == Ident_Bool) { in TryAltiVecTokenOutOfLine()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1408 IdentifierInfo *Ident_Bool; variable
1455 Tok.getIdentifierInfo() != Ident_Bool && in TryAltiVecToken()