Searched refs:ArrayRef (Results 151 - 175 of 306) sorted by relevance

1234567891011>>

/external/clang/lib/AST/
H A DNSAPI.cpp404 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids,
408 for (ArrayRef<StringRef>::const_iterator
H A DDecl.cpp1870 llvm::ArrayRef<ParmVarDecl *> NewParamInfo) {
1881 void FunctionDecl::setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls) {
1887 DeclsInPrototypeScope = llvm::ArrayRef<NamedDecl*>(A, NewDecls.size());
2805 void BlockDecl::setParams(llvm::ArrayRef<ParmVarDecl *> NewParamInfo) {
3042 ArrayRef<SourceLocation> IdentifierLocs)
3062 ArrayRef<SourceLocation> IdentifierLocs) {
3086 ArrayRef<SourceLocation> ImportDecl::getIdentifierLocs() const {
3088 return ArrayRef<SourceLocation>();
3092 return ArrayRef<SourceLocation>(StoredLocs,
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp484 ArrayRef<SourceRange> Ranges = P.getRanges();
485 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
H A DPathDiagnostic.cpp161 ArrayRef<SourceRange> Ranges = piece->getRanges();
162 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
851 ArrayRef<SourceRange> Ranges = getRanges();
852 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(), E = Ranges.end();
/external/llvm/lib/Support/
H A DStringRef.cpp91 llvm::ArrayRef<char>(data(), size()),
92 llvm::ArrayRef<char>(Other.data(), Other.size()),
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp370 ArrayRef<Value*>(Args));
386 ArrayRef<Value*>(Args));
H A DGCOVProfiling.cpp91 void insertCounterWriteout(ArrayRef<std::pair<GlobalVariable*, MDNode*> >);
567 ArrayRef<Constant*> V(&EdgeTable[0], Succs.size() * Preds.size());
632 ArrayRef<std::pair<GlobalVariable *, MDNode *> > CountersBySP) {
654 for (ArrayRef<std::pair<GlobalVariable *, MDNode *> >::iterator
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp301 ArrayRef<SMLoc> Loc;
313 ArrayRef<SMLoc> Loc;
554 ArrayRef<const CodeGenRegister*> Roots = RU.getRoots();
558 ArrayRef<const CodeGenRegister*> Supers = Root->getSuperRegs();
880 ArrayRef<CodeGenRegisterClass*> RegClasses = RegBank.getRegClasses();
1465 const ArrayRef<CodeGenRegisterClass*> &RegClasses = getRegClasses();
1756 ArrayRef<CodeGenRegisterClass*> RCs = getRegClasses();
1795 BitVector CodeGenRegBank::computeCoveredRegisters(ArrayRef<Record*> Regs) {
H A DCodeGenInstruction.h334 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
/external/llvm/utils/obj2yaml/
H A Dcoff2yaml.cpp275 llvm::ArrayRef<uint8_t> sectionData;
335 llvm::ArrayRef<uint8_t> aux = Obj.getSymbolAuxData(symbol);
/external/clang/include/clang/Lex/
H A DHeaderSearch.h19 #include "llvm/ADT/ArrayRef.h"
246 void SetSystemHeaderPrefixes(ArrayRef<std::pair<std::string, bool> > P) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h189 ArrayRef<const MemRegion *> Regions,
/external/clang/lib/Tooling/
H A DRefactoring.cpp159 ArrayRef<std::string> SourcePaths)
/external/llvm/include/llvm/
H A DAttributes.h19 #include "llvm/ADT/ArrayRef.h"
313 static AttrListPtr get(ArrayRef<AttributeWithIndex> Attrs);
H A DPassManagers.h18 #include "llvm/ADT/ArrayRef.h"
188 void setLastUser(ArrayRef<Pass*> AnalysisPasses, Pass *P);
/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp119 ArrayRef<uint16_t> Order = RC->getRawAllocationOrder(MF);
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp60 MDNode *Dummy = MDNode::getTemporary(V->getContext(), ArrayRef<Value*>());
/external/llvm/lib/VMCore/
H A DIRBuilder.cpp55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops,
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h215 ArrayRef<CanQualType> argTypes,
/external/clang/lib/Lex/
H A DMacroArgs.cpp26 llvm::ArrayRef<Token> UnexpArgTokens,
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp22 #include "llvm/ADT/ArrayRef.h"
81 ArrayRef<GCCAsmStmt::AsmStringPiece> AsmStrPieces) {
336 ArrayRef<Token> AsmToks,
419 static std::string buildMSAsmString(Sema &SemaRef, ArrayRef<Token> AsmToks,
466 ArrayRef<Token> AsmToks,
/external/clang/include/clang/AST/
H A DDecl.h23 #include "llvm/ADT/ArrayRef.h"
1460 llvm::ArrayRef<NamedDecl*> DeclsInPrototypeScope;
1547 void setParams(ASTContext &C, llvm::ArrayRef<ParmVarDecl *> NewParamInfo);
1823 void setParams(llvm::ArrayRef<ParmVarDecl *> NewParamInfo) {
1827 const llvm::ArrayRef<NamedDecl*> &getDeclsInPrototypeScope() const {
1830 void setDeclsInPrototypeScope(llvm::ArrayRef<NamedDecl *> NewDecls);
3177 void setParams(llvm::ArrayRef<ParmVarDecl *> NewParamInfo);
3250 ArrayRef<SourceLocation> IdentifierLocs);
3261 ArrayRef<SourceLocation> IdentifierLocs);
3281 ArrayRef<SourceLocatio
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h297 ArrayRef<const MemRegion *> Explicits,
298 ArrayRef<const MemRegion *> Regions,
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h364 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges,
545 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree);
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp412 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
418 for (ArrayRef<Module::ModuleFlagEntry>::iterator

Completed in 972 milliseconds

1234567891011>>