OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParsedAttr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
1
//======-
ParsedAttr
.h - Parsed attribute sets ------------------*- C++ -*-===//
9
// This file defines the
ParsedAttr
class, which is used to collect
40
class
ParsedAttr
;
80
virtual bool diagAppertainsToDecl(Sema &S, const
ParsedAttr
&Attr,
85
virtual bool diagAppertainsToStmt(Sema &S, const
ParsedAttr
&Attr,
91
virtual bool diagMutualExclusion(Sema &S, const
ParsedAttr
&A,
97
virtual bool diagLangOpts(Sema &S, const
ParsedAttr
&Attr) const {
106
spellingIndexToSemanticSpelling(const
ParsedAttr
&Attr) const {
119
/// If this ParsedAttrInfo knows how to handle this
ParsedAttr
applied to this
123
const
ParsedAttr
&Attr) const
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
2478
ParsedTargetAttr
ParsedAttr
=
2485
for (const auto &F :
ParsedAttr
.Features) {
CodeGenModule.cpp
1939
ParsedTargetAttr
ParsedAttr
= TD->parse();
1940
if (!
ParsedAttr
.Architecture.empty() &&
1941
getTarget().isValidCPUName(
ParsedAttr
.Architecture)) {
1942
TargetCPU =
ParsedAttr
.Architecture;
1945
if (!
ParsedAttr
.Tune.empty() &&
1946
getTarget().isValidCPUName(
ParsedAttr
.Tune))
1947
TuneCPU =
ParsedAttr
.Tune;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11552
ParsedTargetAttr
ParsedAttr
= TD->parse();
11554
ParsedAttr
.Features.erase(
11555
llvm::remove_if(
ParsedAttr
.Features,
11560
ParsedAttr
.Features.end());
11561
return
ParsedAttr
;
11581
ParsedTargetAttr
ParsedAttr
= filterFunctionTargetAttrs(TD);
11585
ParsedAttr
.Features.insert(
11586
ParsedAttr
.Features.begin(),
11590
if (
ParsedAttr
.Architecture != "" &&
11591
Target->isValidCPUName(
ParsedAttr
.Architecture)
[
all
...]
Completed in 39 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026