Home
last modified time | relevance | path

Searched refs:ArgLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp312 SourceLocation *ArgLocation) { in checkStringLiteralArgumentAttr() argument
321 if (ArgLocation) in checkStringLiteralArgumentAttr()
322 *ArgLocation = Loc->Loc; in checkStringLiteralArgumentAttr()
329 if (ArgLocation) in checkStringLiteralArgumentAttr()
330 *ArgLocation = ArgExpr->getLocStart(); in checkStringLiteralArgumentAttr()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc106 enum ArgLocation { enum in v8::internal::FloatingPointHelper
/external/v8/src/x87/
Dcode-stubs-x87.cc102 enum ArgLocation { enum in v8::internal::FloatingPointHelper
/external/clang/include/clang/Sema/
DSema.h2945 SourceLocation *ArgLocation = nullptr);