OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OldFD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3226
CXXMethodDecl *
OldFD
= Decl->getSpecialization();
3228
VisitCXXMethodDecl(
OldFD
, nullptr, Decl->getTemplateArgsAsWritten()));
SemaDecl.cpp
10228
const FunctionDecl *
OldFD
, const FunctionDecl *NewFD,
10254
if (NoProtoDiagID.getDiagID() != 0 &&
OldFD
&&
10255
!
OldFD
->getType()->getAs<FunctionProtoType>()) {
10256
Diag(
OldFD
->getLocation(), NoProtoDiagID);
10305
if (
OldFD
) {
10306
QualType OldQType = Context.getCanonicalType(
OldFD
->getType());
10319
if (
OldFD
->getConstexprKind() != NewFD->getConstexprKind())
10322
if (
OldFD
->isInlineSpecified() != NewFD->isInlineSpecified())
10325
if (
OldFD
->getStorageClass() != NewFD->getStorageClass())
10328
if (!CLinkageMayDiffer &&
OldFD
->isExternC() != NewFD->isExternC()
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026