OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIA
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
805
EnableIfAttr *
EIA
= dyn_cast<EnableIfAttr>(*I);
806
if (!
EIA
)
810
mangleTemplateArgExpr(
EIA
->getCond());
816
mangleExpression(
EIA
->getCond());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
233
const EnableIfAttr *
EIA
, const Decl *Tmpl, FunctionDecl *New) {
235
S, TemplateArgs,
EIA
,
EIA
->getCond(), Tmpl, New);
238
New->addAttr(new (S.getASTContext()) EnableIfAttr(S.getASTContext(), *
EIA
,
239
Cond,
EIA
->getMessage()));
SemaOverload.cpp
6658
for (auto *
EIA
: EnableIfAttrs) {
6662
if (
EIA
->getCond()->isValueDependent() ||
6663
!
EIA
->getCond()->EvaluateWithSubstitution(
6665
return
EIA
;
6668
return
EIA
;
Completed in 57 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026