Searched defs:EndLoc (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DSelectorLocationsKind.cpp20 getStandardSelLoc(unsigned Index, Selector Sel, bool WithArgSpace, SourceLocation ArgLoc, SourceLocation EndLoc) argument
70 hasStandardSelLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<T *> Args, SourceLocation EndLoc) argument
97 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
104 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
114 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
121 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
[all...]
H A DDeclObjC.cpp1797 SourceLocation EndLoc = getLocation(); local
H A DStmt.cpp1128 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1148 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1171 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1197 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp91 SourceLocation Loc = ConsumeToken(), EndLoc; local
H A DParseCXXInlineMethods.cpp546 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
H A DParser.cpp134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); local
182 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
221 SourceLocation EndLoc = Tok.getLocation(); local
706 SourceLocation EndLoc; local
1321 ParseSimpleAsm(SourceLocation *EndLoc) argument
1626 SourceLocation EndLoc = Tok.getLastLoc(); local
[all...]
H A DParseDeclCXX.cpp701 SourceLocation EndLoc; local
796 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
2655 SourceLocation EndLoc; local
3354 SourceLocation EndLoc; local
[all...]
H A DParseExprCXX.cpp235 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
2384 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h35 SourceLocation EndLoc; member in class:clang::OMPClause
39 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) argument
161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
210 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
270 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
329 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
384 SourceLocation EndLoc; member in class:clang::OMPExecutableDirective
398 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumberOfExpressions) argument
486 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DDeclarationName.h537 SourceLocation EndLoc = getEndLoc(); variable
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp405 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { argument
H A DSemaStmtAsm.cpp472 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
H A DSemaOpenMP.cpp647 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
695 ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
705 ActOnOpenMPSimpleClause(OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
729 ActOnOpenMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
771 ActOnOpenMPVarListClause(OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
796 ActOnOpenMPPrivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
929 ActOnOpenMPFirstprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1100 ActOnOpenMPSharedClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h133 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp753 SourceLocation EndLoc = Tok.getLocation(); local
H A DPreprocessingRecord.cpp465 SourceLocation EndLoc; local
H A DTokenLexer.cpp650 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); local
H A DLexer.cpp2490 SourceLocation EndLoc = getSourceLocation(BufferEnd); local
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp146 SMLoc StartLoc, EndLoc; member in class:__anon2468::SparcOperand
424 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
771 matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1215 SMLoc EndLoc = Lex.getLoc(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp257 SMLoc StartLoc, EndLoc; member in struct:__anon2415::PPCOperand
933 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp64 SMLoc StartLoc, EndLoc; member in class:__anon2481::SystemZOperand
123 static SystemZOperand *createInvalid(SMLoc StartLoc, SMLoc EndLoc) { argument
132 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) argument
139 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) argument
145 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) argument
151 createMem(RegisterKind RegKind, unsigned Base, const MCExpr *Disp, unsigned Index, const MCExpr *Length, SMLoc StartLoc, SMLoc EndLoc) argument
308 SMLoc StartLoc, EndLoc; member in struct:__anon2481::SystemZAsmParser::Register
598 SMLoc EndLoc = local
609 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
797 SMLoc EndLoc = local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h317 SourceLocation EndLoc = local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp189 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { argument

Completed in 416 milliseconds

123