OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFunctionType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp
211
static bool
isFunctionType
(StringView S) {
1800
else if (
isFunctionType
(MangledName)) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
741
if (!declarator.getNumTypeObjects() && declSpecType->
isFunctionType
())
1782
if (Result->
isFunctionType
()) {
2092
if (T->
isFunctionType
() && getLangOpts().OpenCL &&
2167
if (T->
isFunctionType
() && getLangOpts().OpenCL &&
2376
if (T->
isFunctionType
()) {
2727
if (T->isArrayType() || T->
isFunctionType
()) {
2729
<< T->
isFunctionType
() << T;
2900
if (T->
isFunctionType
() && getLangOpts().OpenCL &&
2912
if (T->
isFunctionType
())
2932
if (!T->
isFunctionType
()) {
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026