OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExtraBitfields
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
3791
///
hasExtraBitfields
in FunctionProtoType after adding extra data here.
3910
//
hasExtraBitfields
() is true.
4002
return
hasExtraBitfields
();
4081
static bool
hasExtraBitfields
(ExceptionSpecificationType EST) {
4088
bool
hasExtraBitfields
() const {
4089
return
hasExtraBitfields
(getExceptionSpecType());
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
3167
if (
hasExtraBitfields
(epi.ExceptionSpec.Type)) {
3182
assert(
hasExtraBitfields
() && "missing trailing extra bitfields!");
ASTContext.cpp
4372
FunctionProtoType::
hasExtraBitfields
(EPI.ExceptionSpec.Type),
Completed in 39 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026